#D0CEE0

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

Shades of Quartz #D0CEE0

Tints of Quartz #D0CEE0

Color information

#D0CEE0 (or 0xD0CEE0) is unknown color: approx Quartz. HEX triplet: D0, CE and E0. RGB value is (208,206,224). Sum of RGB (Red+Green+Blue) = 208+206+224=638 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.60% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0CEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEE0 is #2F311F. Grayscale: #D0D0D0. Windows color (decimal): -3092768 or 14733008. OLE color: 14733008.

HSL color Cylindrical-coordinate representation of color #D0CEE0: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CEE0 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208206224-
CMYK0.070.0800.12
HSL246.67º22.5%84.31%-
HSV(B)246.67º8.04%87.84%-
XYZ61.5462.9379.43-
YUV208.65136.66127.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.60%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 224 (87.89% from 255) = 35.11%
R=32.60%
G=32.29%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082062240.070.0800.12246.6722.584.31
HexD0CEE0780Cf71654
Octal32031634071001436726124
Binary11010000110011101110000011110000110011110111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEE0; }

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

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

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

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

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

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

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

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