#DDCAD4

Color #DDCAD4 Twilight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight #DDCAD4

Tints of Twilight #DDCAD4

Color information

#DDCAD4 (or 0xDDCAD4) is unknown color: approx Twilight. HEX triplet: DD, CA and D4. RGB value is (221,202,212). Sum of RGB (Red+Green+Blue) = 221+202+212=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD4 is #22352B. Grayscale: #D0D0D0. Windows color (decimal): -2241836 or 13945565. OLE color: 13945565.

HSL color Cylindrical-coordinate representation of color #DDCAD4: hue angle of 328.42º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCAD4 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221202212-
CMYK00.090.040.13
HSL328.42º21.84%82.94%-
HSV(B)328.42º8.6%86.67%-
XYZ62.8262.3771.01-
YUV208.82129.79136.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 212 (83.20% from 255) = 33.39%
R=34.80%
G=31.81%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120221200.090.040.13328.4221.8482.94
HexDDCAD4094D1481653
Octal33531232401141551026123
Binary110111011100101011010100010011001101101001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAD4; }

 p { color: rgb(221,202,212); }

 H1.HeaderClassName
 {
   color: #DDCAD4;
 }
 .AnyTagClassName
 {
   color: #DDCAD4;
 }
</style>
background-color css

<style>
 a { background-color: #DDCAD4; }

 a { background-color: rgb(221,202,212); }

 div.DivClassName
 {
   background-color: #DDCAD4;
 }
 .BgClassName
 {
   background-color: #DDCAD4;
 }
</style>
border-color css

<style>
 span { border-color: #DDCAD4; }

 span { border-color: rgb(221,202,212); }

 td.TdClassName
 {
   border-color: #DDCAD4;
 }
 .TagClassName
 {
   border-color: #DDCAD4;
 }
</style>