#D0D0ED

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

Shades of Quartz #D0D0ED

Tints of Quartz #D0D0ED

Color information

#D0D0ED (or 0xD0D0ED) is unknown color: approx Quartz. HEX triplet: D0, D0 and ED. RGB value is (208,208,237). Sum of RGB (Red+Green+Blue) = 208+208+237=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D0ED is #2F2F12. Grayscale: #D3D3D3. Windows color (decimal): -3092243 or 15585488. OLE color: 15585488.

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

Color convert

RGB208208237-
CMYK0.120.1200.07
HSL240º44.62%87.25%-
HSV(B)240º12.24%92.94%-
XYZ63.8564.6489.23-
YUV211.31142.5125.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.85%
GREEN value IS 208 (81.64% from 255) = 31.85%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=31.85%
G=31.85%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082082370.120.1200.0724044.6287.25
HexD0D0EDCC07f02d57
Octal32032035514140736055127
Binary110100001101000011101101110011000111111100001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0ED; }

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

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

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

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

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

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

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

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