#DDCCD6

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

Shades of Twilight #DDCCD6

Tints of Twilight #DDCCD6

Color information

#DDCCD6 (or 0xDDCCD6) is unknown color: approx Twilight. HEX triplet: DD, CC and D6. RGB value is (221,204,214). Sum of RGB (Red+Green+Blue) = 221+204+214=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD6 is #223329. Grayscale: #D2D2D2. Windows color (decimal): -2241322 or 14077149. OLE color: 14077149.

HSL color Cylindrical-coordinate representation of color #DDCCD6: hue angle of 324.71º degrees, saturation: 0.2, 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 #DDCCD6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221204214-
CMYK00.080.030.13
HSL324.71º20%83.33%-
HSV(B)324.71º7.69%86.67%-
XYZ63.5563.4172.51-
YUV210.22130.13135.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 204 (80.08% from 255) = 31.92%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=34.59%
G=31.92%
B=33.49%

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
Decimal22120421400.080.030.13324.712083.33
HexDDCCD6083D1451453
Octal33531432601031550524123
Binary11011101110011001101011001000111101101000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCCD6; }

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

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

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

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

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

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

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

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