#D0D1E8

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

Shades of Quartz #D0D1E8

Tints of Quartz #D0D1E8

Color information

#D0D1E8 (or 0xD0D1E8) is unknown color: approx Quartz. HEX triplet: D0, D1 and E8. RGB value is (208,209,232). Sum of RGB (Red+Green+Blue) = 208+209+232=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #D0D1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D1E8 is #2F2E17. Grayscale: #D3D3D3. Windows color (decimal): -3091992 or 15258064. OLE color: 15258064.

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

Color convert

RGB208209232-
CMYK0.100.1000.09
HSL237.5º34.29%86.27%-
HSV(B)237.5º10.34%90.98%-
XYZ63.3864.8485.52-
YUV211.32139.67125.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 209 (82.03% from 255) = 32.20%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=32.05%
G=32.20%
B=35.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082092320.100.1000.09237.534.2986.27
HexD0D1E8AA09ee2256
Octal320321350121201135642126
Binary1101000011010001111010001010101001001111011101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D1E8; }

 p { color: rgb(208,209,232); }

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

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

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

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

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

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

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