#DDB5CD

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

Shades of Twilight #DDB5CD

Tints of Twilight #DDB5CD

Color information

#DDB5CD (or 0xDDB5CD) is unknown color: approx Twilight. HEX triplet: DD, B5 and CD. RGB value is (221,181,205). Sum of RGB (Red+Green+Blue) = 221+181+205=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5CD is #224A32. Grayscale: #C3C3C3. Windows color (decimal): -2247219 or 13481437. OLE color: 13481437.

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

Color convert

RGB221181205-
CMYK00.180.070.13
HSL324º37.04%78.82%-
HSV(B)324º18.1%86.67%-
XYZ57.3652.8364.93-
YUV195.7133.25146.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=36.41%
G=29.82%
B=33.77%

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
Decimal22118120500.180.070.1332437.0478.82
HexDDB5CD0127D144254f
Octal33526531502271550445117
Binary11011101101101011100110101001011111011010001001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5CD; }

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

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

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

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

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

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

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

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