#D0CDE9

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

Shades of Quartz #D0CDE9

Tints of Quartz #D0CDE9

Color information

#D0CDE9 (or 0xD0CDE9) is unknown color: approx Quartz. HEX triplet: D0, CD and E9. RGB value is (208,205,233). Sum of RGB (Red+Green+Blue) = 208+205+233=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CDE9 is #2F3216. Grayscale: #D0D0D0. Windows color (decimal): -3093015 or 15322576. OLE color: 15322576.

HSL color Cylindrical-coordinate representation of color #D0CDE9: hue angle of 246.43º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0CDE9 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208205233-
CMYK0.110.1200.09
HSL246.43º38.89%85.88%-
HSV(B)246.43º12.02%91.37%-
XYZ62.5562.9685.95-
YUV209.09141.49127.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.20%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=32.20%
G=31.73%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082052330.110.1200.09246.4338.8985.88
HexD0CDE9BC09f62756
Octal320315351131401136647126
Binary1101000011001101111010011011110001001111101101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CDE9; }

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

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

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

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

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

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

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

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