Color Hex Logo

#ddccdb Color Hex

#DDCCDB
(221,204,219)
0 Favorites   0 Comments

Color spaces of #ddccdb

RGB 221204219
HSL0.850.200.83
HSV307°87°
CMYK 0.000.080.01   0.13
XYZ64.197863.672475.9242
Yxy63.67240.31500.3124
Hunter Lab79.79503.9681-0.5574
CIE-Lab83.79498.5458-5.2921

#ddccdb color RGB value is (221,204,219).

#ddccdb hex color red value is 221, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddccdb hue: 0.85 , saturation: 0.20 and the lightness value of ddccdb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11011011
Octal 335 314 333
Decimal 221 204 219
Hex DD CC DB

RGB Percentages of Color #ddccdb

%34.32
%31.68
%34.01

CMYK Percentages of Color #ddccdb

%0
%8
%1
%13

Triadic Colors of #ddccdb

#ddccdb #dbddcc #ccdbdd

Analogous Colors of #ddccdb

#ddccdb #ddccd3 #d7ccdd

Monochromatic Colors of #ddccdb

#ddccdb

Complementary Color

#ddccdb #ccddce

#ddccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddccdb Color CSS Codes

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

#ddccdb Text Font Color

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

This sample text font color is #ddccdb
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.


#ddccdb Background Color

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

This div background color is #ddccdb


#ddccdb Border Color

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

This div border color is #ddccdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,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 #ddccdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddccdb


Comments

No comments written yet.

Please login to write comment.