#DDB5CA

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

Shades of Twilight #DDB5CA

Tints of Twilight #DDB5CA

Color information

#DDB5CA (or 0xDDB5CA) is unknown color: approx Twilight. HEX triplet: DD, B5 and CA. RGB value is (221,181,202). Sum of RGB (Red+Green+Blue) = 221+181+202=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CA is #224A35. Grayscale: #C3C3C3. Windows color (decimal): -2247222 or 13284829. OLE color: 13284829.

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

Color convert

RGB221181202-
CMYK00.180.090.13
HSL328.5º37.04%78.82%-
HSV(B)328.5º18.1%86.67%-
XYZ5752.6863.04-
YUV195.35131.75146.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.59%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=36.59%
G=29.97%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118120200.180.090.13328.537.0478.82
HexDDB5CA0129D148254f
Octal335265312022111551045117
Binary110111011011010111001010010010100111011010010001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5CA; }

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

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

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

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

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

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

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

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