#D0CFDD

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

Shades of Quartz #D0CFDD

Tints of Quartz #D0CFDD

Color information

#D0CFDD (or 0xD0CFDD) is unknown color: approx Quartz. HEX triplet: D0, CF and DD. RGB value is (208,207,221). Sum of RGB (Red+Green+Blue) = 208+207+221=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFDD is #2F3022. Grayscale: #D0D0D0. Windows color (decimal): -3092515 or 14536656. OLE color: 14536656.

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

Color convert

RGB208207221-
CMYK0.060.0600.13
HSL244.29º17.07%83.92%-
HSV(B)244.29º6.33%86.67%-
XYZ61.3863.2677.38-
YUV208.9134.83127.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 207 (81.25% from 255) = 32.55%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=32.70%
G=32.55%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082072210.060.0600.13244.2917.0783.92
HexD0CFDD660Df41154
Octal3203173356601536421124
Binary1101000011001111110111011101100110111110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFDD; }

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

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

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

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

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

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

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

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