#D0CEE7

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

Shades of Quartz #D0CEE7

Tints of Quartz #D0CEE7

Color information

#D0CEE7 (or 0xD0CEE7) is unknown color: approx Quartz. HEX triplet: D0, CE and E7. RGB value is (208,206,231). Sum of RGB (Red+Green+Blue) = 208+206+231=645 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.25% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #D0CEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEE7 is #2F3118. Grayscale: #D1D1D1. Windows color (decimal): -3092761 or 15191760. OLE color: 15191760.

HSL color Cylindrical-coordinate representation of color #D0CEE7: hue angle of 244.8º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0CEE7 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208206231-
CMYK0.100.1100.09
HSL244.8º34.25%85.69%-
HSV(B)244.8º10.82%90.59%-
XYZ62.5163.3284.53-
YUV209.45140.16126.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.25%
GREEN value IS 206 (80.86% from 255) = 31.94%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=32.25%
G=31.94%
B=35.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082062310.100.1100.09244.834.2585.69
HexD0CEE7AB09f52256
Octal320316347121301136542126
Binary1101000011001110111001111010101101001111101011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEE7; }

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

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

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

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

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

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

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

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