#D0CEDF

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

Shades of Quartz #D0CEDF

Tints of Quartz #D0CEDF

Color information

#D0CEDF (or 0xD0CEDF) is unknown color: approx Quartz. HEX triplet: D0, CE and DF. RGB value is (208,206,223). Sum of RGB (Red+Green+Blue) = 208+206+223=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDF is #2F3120. Grayscale: #D0D0D0. Windows color (decimal): -3092769 or 14667472. OLE color: 14667472.

HSL color Cylindrical-coordinate representation of color #D0CEDF: hue angle of 247.06º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CEDF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208206223-
CMYK0.070.0800.13
HSL247.06º20.99%84.12%-
HSV(B)247.06º7.62%87.45%-
XYZ61.462.8878.71-
YUV208.54136.16127.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=32.65%
G=32.34%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082062230.070.0800.13247.0620.9984.12
HexD0CEDF780Df71554
Octal32031633771001536725124
Binary11010000110011101101111111110000110111110111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEDF; }

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

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

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

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

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

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

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

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