#D0CEE1

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

Shades of Quartz #D0CEE1

Tints of Quartz #D0CEE1

Color information

#D0CEE1 (or 0xD0CEE1) is unknown color: approx Quartz. HEX triplet: D0, CE and E1. RGB value is (208,206,225). Sum of RGB (Red+Green+Blue) = 208+206+225=639 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.55% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 225 (88.28% from 255 or 35.21% from 639); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0CEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEE1 is #2F311E. Grayscale: #D0D0D0. Windows color (decimal): -3092767 or 14798544. OLE color: 14798544.

HSL color Cylindrical-coordinate representation of color #D0CEE1: hue angle of 246.32º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CEE1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208206225-
CMYK0.080.0800.12
HSL246.32º24.05%84.51%-
HSV(B)246.32º8.44%88.24%-
XYZ61.6762.9980.14-
YUV208.76137.16127.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.55%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 225 (88.28% from 255) = 35.21%
R=32.55%
G=32.24%
B=35.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082062250.080.0800.12246.3224.0584.51
HexD0CEE1880Cf61855
Octal320316341101001436630125
Binary110100001100111011100001100010000110011110110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEE1; }

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

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

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

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

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

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

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

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