#D2CCCF

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

Shades of Twilight #D2CCCF

Tints of Twilight #D2CCCF

Color information

#D2CCCF (or 0xD2CCCF) is unknown color: approx Twilight. HEX triplet: D2, CC and CF. RGB value is (210,204,207). Sum of RGB (Red+Green+Blue) = 210+204+207=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCCF is #2D3330. Grayscale: #CECECE. Windows color (decimal): -2962225 or 13618386. OLE color: 13618386.

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

Color convert

RGB210204207-
CMYK00.030.010.18
HSL330º6.25%81.18%-
HSV(B)330º2.86%82.35%-
XYZ59.4361.3967.75-
YUV206.14128.49130.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=33.82%
G=32.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020420700.030.010.183306.2581.18
HexD2CCCF0311214a651
Octal322314317031225126121
Binary1101001011001100110011110111100101010010101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CCCF; }

 p { color: rgb(210,204,207); }

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

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

 a { background-color: rgb(210,204,207); }

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

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

 span { border-color: rgb(210,204,207); }

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