#D0CFDE

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

Shades of Quartz #D0CFDE

Tints of Quartz #D0CFDE

Color information

#D0CFDE (or 0xD0CFDE) is unknown color: approx Quartz. HEX triplet: D0, CF and DE. RGB value is (208,207,222). Sum of RGB (Red+Green+Blue) = 208+207+222=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFDE is #2F3021. Grayscale: #D0D0D0. Windows color (decimal): -3092514 or 14602192. OLE color: 14602192.

HSL color Cylindrical-coordinate representation of color #D0CFDE: hue angle of 244º degrees, saturation: 0.19, 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 #D0CFDE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208207222-
CMYK0.060.0700.13
HSL244º18.52%84.12%-
HSV(B)244º6.76%87.06%-
XYZ61.5163.3178.09-
YUV209.01135.33127.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.65%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=32.65%
G=32.50%
B=34.85%

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
Decimal2082072220.060.0700.1324418.5284.12
HexD0CFDE670Df41354
Octal3203173366701536423124
Binary1101000011001111110111101101110110111110100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFDE; }

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

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

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

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

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

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

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

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