#D0D1EA

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

Shades of Quartz #D0D1EA

Tints of Quartz #D0D1EA

Color information

#D0D1EA (or 0xD0D1EA) is unknown color: approx Quartz. HEX triplet: D0, D1 and EA. RGB value is (208,209,234). Sum of RGB (Red+Green+Blue) = 208+209+234=651 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.95% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #D0D1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D1EA is #2F2E15. Grayscale: #D3D3D3. Windows color (decimal): -3091990 or 15389136. OLE color: 15389136.

HSL color Cylindrical-coordinate representation of color #D0D1EA: hue angle of 237.69º degrees, saturation: 0.38, 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 #D0D1EA is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208209234-
CMYK0.110.1100.08
HSL237.69º38.24%86.67%-
HSV(B)237.69º11.11%91.76%-
XYZ63.6664.9587.02-
YUV211.55140.67125.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.95%
GREEN value IS 209 (82.03% from 255) = 32.10%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=31.95%
G=32.10%
B=35.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082092340.110.1100.08237.6938.2486.67
HexD0D1EABB08ee2657
Octal320321352131301035646127
Binary1101000011010001111010101011101101000111011101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D1EA; }

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

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

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

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

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

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

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

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