#DDCBD6

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

Shades of Twilight #DDCBD6

Tints of Twilight #DDCBD6

Color information

#DDCBD6 (or 0xDDCBD6) is unknown color: approx Twilight. HEX triplet: DD, CB and D6. RGB value is (221,203,214). Sum of RGB (Red+Green+Blue) = 221+203+214=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBD6 is #223429. Grayscale: #D1D1D1. Windows color (decimal): -2241578 or 14076893. OLE color: 14076893.

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

Color convert

RGB221203214-
CMYK00.080.030.13
HSL323.33º20.93%83.14%-
HSV(B)323.33º8.14%86.67%-
XYZ63.3162.9472.43-
YUV209.64130.46136.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 203 (79.69% from 255) = 31.82%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=34.64%
G=31.82%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120321400.080.030.13323.3320.9383.14
HexDDCBD6083D1431553
Octal33531332601031550325123
Binary11011101110010111101011001000111101101000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCBD6; }

 p { color: rgb(221,203,214); }

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

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

 a { background-color: rgb(221,203,214); }

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

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

 span { border-color: rgb(221,203,214); }

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