#D0D3EB

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

Shades of Quartz #D0D3EB

Tints of Quartz #D0D3EB

Color information

#D0D3EB (or 0xD0D3EB) is unknown color: approx Quartz. HEX triplet: D0, D3 and EB. RGB value is (208,211,235). Sum of RGB (Red+Green+Blue) = 208+211+235=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 235 - color contains mainly: blue. Hex color #D0D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D3EB is #2F2C14. Grayscale: #D4D4D4. Windows color (decimal): -3091477 or 15455184. OLE color: 15455184.

HSL color Cylindrical-coordinate representation of color #D0D3EB: hue angle of 233.33º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D3EB is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208211235-
CMYK0.110.1000.08
HSL233.33º40.3%86.86%-
HSV(B)233.33º11.49%92.16%-
XYZ64.36687.95-
YUV212.84140.51124.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 211 (82.81% from 255) = 32.26%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=31.80%
G=32.26%
B=35.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082112350.110.1000.08233.3340.386.86
HexD0D3EBBA08e92857
Octal320323353131201035150127
Binary1101000011010011111010111011101001000111010011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D3EB; }

 p { color: rgb(208,211,235); }

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

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

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

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

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

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

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