#D0CDED

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

Shades of Quartz #D0CDED

Tints of Quartz #D0CDED

Color information

#D0CDED (or 0xD0CDED) is unknown color: approx Quartz. HEX triplet: D0, CD and ED. RGB value is (208,205,237). Sum of RGB (Red+Green+Blue) = 208+205+237=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDED is #2F3212. Grayscale: #D1D1D1. Windows color (decimal): -3093011 or 15584720. OLE color: 15584720.

HSL color Cylindrical-coordinate representation of color #D0CDED: hue angle of 245.62º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0CDED is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208205237-
CMYK0.120.1400.07
HSL245.62º47.06%86.67%-
HSV(B)245.62º13.5%92.94%-
XYZ63.1363.1988.99-
YUV209.54143.49126.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32%
GREEN value IS 205 (80.47% from 255) = 31.54%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=32%
G=31.54%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082052370.120.1400.07245.6247.0686.67
HexD0CDEDCE07f62f57
Octal32031535514160736657127
Binary110100001100110111101101110011100111111101101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDED; }

 p { color: rgb(208,205,237); }

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

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

 a { background-color: rgb(208,205,237); }

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

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

 span { border-color: rgb(208,205,237); }

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