#D0CEDE

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

Shades of Quartz #D0CEDE

Tints of Quartz #D0CEDE

Color information

#D0CEDE (or 0xD0CEDE) is unknown color: approx Quartz. HEX triplet: D0, CE and DE. RGB value is (208,206,222). Sum of RGB (Red+Green+Blue) = 208+206+222=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEDE is #2F3121. Grayscale: #D0D0D0. Windows color (decimal): -3092770 or 14601936. OLE color: 14601936.

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

Color convert

RGB208206222-
CMYK0.060.0700.13
HSL247.5º19.51%83.92%-
HSV(B)247.5º7.21%87.06%-
XYZ61.2762.8378-
YUV208.42135.66127.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=32.70%
G=32.39%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082062220.060.0700.13247.519.5183.92
HexD0CEDE670Df81454
Octal3203163366701537024124
Binary1101000011001110110111101101110110111111000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CEDE; }

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

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

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

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

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

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

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

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