#D0D0E0

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

Shades of Quartz #D0D0E0

Tints of Quartz #D0D0E0

Color information

#D0D0E0 (or 0xD0D0E0) is unknown color: approx Quartz. HEX triplet: D0, D0 and E0. RGB value is (208,208,224). Sum of RGB (Red+Green+Blue) = 208+208+224=640 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.5% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 224 - color contains mainly: blue. Hex color #D0D0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0E0 is #2F2F1F. Grayscale: #D1D1D1. Windows color (decimal): -3092256 or 14733520. OLE color: 14733520.

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

Color convert

RGB208208224-
CMYK0.070.0700.12
HSL240º20.51%84.71%-
HSV(B)240º7.14%87.84%-
XYZ62.0263.979.59-
YUV209.82136126.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.5%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 224 (87.89% from 255) = 35%
R=32.5%
G=32.5%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082082240.070.0700.1224020.5184.71
HexD0D0E0770Cf01555
Octal3203203407701436025125
Binary1101000011010000111000001111110110011110000101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D0E0; }

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

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

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

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

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

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

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

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