#D0CCCE

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

Shades of Twilight #D0CCCE

Tints of Twilight #D0CCCE

Color information

#D0CCCE (or 0xD0CCCE) is unknown color: approx Twilight. HEX triplet: D0, CC and CE. RGB value is (208,204,206). Sum of RGB (Red+Green+Blue) = 208+204+206=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCE is #2F3331. Grayscale: #CDCDCD. Windows color (decimal): -3093298 or 13552848. OLE color: 13552848.

HSL color Cylindrical-coordinate representation of color #D0CCCE: hue angle of 330º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CCCE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208204206-
CMYK00.020.010.18
HSL330º4.08%80.78%-
HSV(B)330º1.92%81.57%-
XYZ58.7561.0567.08-
YUV205.42128.33129.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=33.66%
G=33.01%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820420600.020.010.183304.0880.78
HexD0CCCE0211214a451
Octal320314316021225124121
Binary1101000011001100110011100101100101010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCCE; }

 p { color: rgb(208,204,206); }

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

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

 a { background-color: rgb(208,204,206); }

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

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

 span { border-color: rgb(208,204,206); }

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