#D0CFEC

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

Shades of Quartz #D0CFEC

Tints of Quartz #D0CFEC

Color information

#D0CFEC (or 0xD0CFEC) is unknown color: approx Quartz. HEX triplet: D0, CF and EC. RGB value is (208,207,236). Sum of RGB (Red+Green+Blue) = 208+207+236=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFEC is #2F3013. Grayscale: #D2D2D2. Windows color (decimal): -3092500 or 15519696. OLE color: 15519696.

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

Color convert

RGB208207236-
CMYK0.120.1200.07
HSL242.07º43.28%86.86%-
HSV(B)242.07º12.29%92.55%-
XYZ63.4764.0988.38-
YUV210.6142.33126.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 236 (92.58% from 255) = 36.25%
R=31.95%
G=31.80%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082072360.120.1200.07242.0743.2886.86
HexD0CFECCC07f22b57
Octal32031735414140736253127
Binary110100001100111111101100110011000111111100101010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFEC; }

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

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

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

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

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

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

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

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