#D0CBEC

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

Shades of Quartz #D0CBEC

Tints of Quartz #D0CBEC

Color information

#D0CBEC (or 0xD0CBEC) is unknown color: approx Quartz. HEX triplet: D0, CB and EC. RGB value is (208,203,236). Sum of RGB (Red+Green+Blue) = 208+203+236=647 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.15% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CBEC is #2F3413. Grayscale: #D0D0D0. Windows color (decimal): -3093524 or 15518672. OLE color: 15518672.

HSL color Cylindrical-coordinate representation of color #D0CBEC: hue angle of 249.09º 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 #D0CBEC is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208203236-
CMYK0.120.1400.07
HSL249.09º46.48%86.08%-
HSV(B)249.09º13.98%92.55%-
XYZ62.5162.1888.06-
YUV208.26143.66127.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.15%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=32.15%
G=31.38%
B=36.48%

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
Decimal2082032360.120.1400.07249.0946.4886.08
HexD0CBECCE07f92e56
Octal32031335414160737156126
Binary110100001100101111101100110011100111111110011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBEC; }

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

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

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

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

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

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

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

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