#D0CEEA

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

Shades of Quartz #D0CEEA

Tints of Quartz #D0CEEA

Color information

#D0CEEA (or 0xD0CEEA) is unknown color: approx Quartz. HEX triplet: D0, CE and EA. RGB value is (208,206,234). Sum of RGB (Red+Green+Blue) = 208+206+234=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEEA is #2F3115. Grayscale: #D1D1D1. Windows color (decimal): -3092758 or 15388368. OLE color: 15388368.

HSL color Cylindrical-coordinate representation of color #D0CEEA: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CEEA is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208206234-
CMYK0.110.1200.08
HSL244.29º40%86.27%-
HSV(B)244.29º11.97%91.76%-
XYZ62.9463.4986.78-
YUV209.79141.66126.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=32.10%
G=31.79%
B=36.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082062340.110.1200.08244.294086.27
HexD0CEEABC08f42856
Octal320316352131401036450126
Binary1101000011001110111010101011110001000111101001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEEA; }

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

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

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

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

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

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

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

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