Color Hex Logo

#ddcade Color Hex

#DDCADE
(221,202,222)
0 Favorites   0 Comments

Color spaces of #ddcade

RGB 221202222
HSL0.830.230.83
HSV297°87°
CMYK 0.000.090.00   0.13
XYZ64.124162.887177.8660
Yxy62.88710.31300.3070
Hunter Lab79.30145.5599-2.7059
CIE-Lab83.382910.1536-7.5016

#ddcade color RGB value is (221,202,222).

#ddcade hex color red value is 221, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddcade hue: 0.83 , saturation: 0.23 and the lightness value of ddcade is 0.83.

The process color (four color CMYK) of #ddcade color hex is 0.00, 0.09, 0.00, 0.13. Web safe color of #ddcade is #cccccc. Color #ddcade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11011110
Octal 335 312 336
Decimal 221 202 222
Hex DD CA DE

RGB Percentages of Color #ddcade

%34.26
%31.32
%34.42

CMYK Percentages of Color #ddcade

%0
%9
%0
%13

Triadic Colors of #ddcade

#ddcade #deddca #cadedd

Analogous Colors of #ddcade

#ddcade #decad5 #d3cade

Monochromatic Colors of #ddcade

#ddcade

Complementary Color

#ddcade #cbdeca

#ddcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcade Color CSS Codes

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

#ddcade Text Font Color

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

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


#ddcade Background Color

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

This div background color is #ddcade


#ddcade Border Color

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

This div border color is #ddcade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcade


Comments

No comments written yet.

Please login to write comment.