#DDB5CE

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

Shades of Twilight #DDB5CE

Tints of Twilight #DDB5CE

Color information

#DDB5CE (or 0xDDB5CE) is unknown color: approx Twilight. HEX triplet: DD, B5 and CE. RGB value is (221,181,206). Sum of RGB (Red+Green+Blue) = 221+181+206=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CE is #224A31. Grayscale: #C3C3C3. Windows color (decimal): -2247218 or 13546973. OLE color: 13546973.

HSL color Cylindrical-coordinate representation of color #DDB5CE: hue angle of 322.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 #DDB5CE is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221181206-
CMYK00.180.070.13
HSL322.5º37.04%78.82%-
HSV(B)322.5º18.1%86.67%-
XYZ57.4852.8865.57-
YUV195.81133.75145.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=36.35%
G=29.77%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118120600.180.070.13322.537.0478.82
HexDDB5CE0127D142254f
Octal33526531602271550245117
Binary11011101101101011100111001001011111011010000101001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5CE; }

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

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

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

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

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

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

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

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