Color Hex Logo

#ddbcdb Color Hex

#DDBCDB
(221,188,219)
0 Favorites   0 Comments

Color spaces of #ddbcdb

RGB 221188219
HSL0.840.330.80
HSV304°15°87°
CMYK 0.000.150.01   0.13
XYZ60.588256.453174.7210
Yxy56.45310.31600.2944
Hunter Lab75.135312.4536-6.3684
CIE-Lab79.871017.0780-11.1156

#ddbcdb color RGB value is (221,188,219).

#ddbcdb hex color red value is 221, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddbcdb hue: 0.84 , saturation: 0.33 and the lightness value of ddbcdb is 0.80.

The process color (four color CMYK) of #ddbcdb color hex is 0.00, 0.15, 0.01, 0.13. Web safe color of #ddbcdb is #cccccc. Color #ddbcdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11011011
Octal 335 274 333
Decimal 221 188 219
Hex DD BC DB

RGB Percentages of Color #ddbcdb

%35.19
%29.94
%34.87

CMYK Percentages of Color #ddbcdb

%0
%15
%1
%13

Triadic Colors of #ddbcdb

#ddbcdb #dbddbc #bcdbdd

Analogous Colors of #ddbcdb

#ddbcdb #ddbccb #cfbcdd

Monochromatic Colors of #ddbcdb

#ddbcdb

Complementary Color

#ddbcdb #bcddbe

#ddbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcdb Color CSS Codes

.mybgcolor {background-color:#ddbcdb; } 
.myforecolor {color:#ddbcdb; }
.mybordercolor {border:3px solid #ddbcdb; }

#ddbcdb Text Font Color

<p style="color:#ddbcdb">Text here</p>

This sample text font color is #ddbcdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddbcdb Background Color

<div style="background-color:#ddbcdb">
Div content here</div>

This div background color is #ddbcdb


#ddbcdb Border Color

<div style="border:3px solid #ddbcdb">
Div here</div>

This div border color is #ddbcdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,188,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddbcdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddbcdb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbcdb;
  box-shadow:         1px 1px 3px 2px #ddbcdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,188,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddbcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddbcdb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddbcdb;
  box-shadow:         1px 1px 3px 2px #ddbcdb;">
Div content here</div>

This div box has shadow with color #ddbcdb


Comments

No comments written yet.

Please login to write comment.