#D0CCEC

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

Shades of Quartz #D0CCEC

Tints of Quartz #D0CCEC

Color information

#D0CCEC (or 0xD0CCEC) is unknown color: approx Quartz. HEX triplet: D0, CC and EC. RGB value is (208,204,236). Sum of RGB (Red+Green+Blue) = 208+204+236=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCEC is #2F3313. Grayscale: #D0D0D0. Windows color (decimal): -3093268 or 15518928. OLE color: 15518928.

HSL color Cylindrical-coordinate representation of color #D0CCEC: hue angle of 247.5º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CCEC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208204236-
CMYK0.120.1400.07
HSL247.5º45.71%86.27%-
HSV(B)247.5º13.56%92.55%-
XYZ62.7562.6588.14-
YUV208.84143.33127.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 204 (80.08% from 255) = 31.48%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=32.10%
G=31.48%
B=36.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082042360.120.1400.07247.545.7186.27
HexD0CCECCE07f82e56
Octal32031435414160737056126
Binary110100001100110011101100110011100111111110001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCEC; }

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

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

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

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

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

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

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

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