#D2CEEC

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

Shades of Quartz #D2CEEC

Tints of Quartz #D2CEEC

Color information

#D2CEEC (or 0xD2CEEC) is unknown color: approx Quartz. HEX triplet: D2, CE and EC. RGB value is (210,206,236). Sum of RGB (Red+Green+Blue) = 210+206+236=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEEC is #2D3113. Grayscale: #D2D2D2. Windows color (decimal): -2961684 or 15519442. OLE color: 15519442.

HSL color Cylindrical-coordinate representation of color #D2CEEC: hue angle of 248º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2CEEC is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210206236-
CMYK0.110.1300.07
HSL248º44.12%86.67%-
HSV(B)248º12.71%92.55%-
XYZ63.7963.988.33-
YUV210.62142.33127.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 236 (92.58% from 255) = 36.20%
R=32.21%
G=31.60%
B=36.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102062360.110.1300.0724844.1286.67
HexD2CEECBD07f82c57
Octal32231635413150737054127
Binary110100101100111011101100101111010111111110001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEEC; }

 p { color: rgb(210,206,236); }

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

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

 a { background-color: rgb(210,206,236); }

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

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

 span { border-color: rgb(210,206,236); }

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