#D2D0ED

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

Shades of Quartz #D2D0ED

Tints of Quartz #D2D0ED

Color information

#D2D0ED (or 0xD2D0ED) is unknown color: approx Quartz. HEX triplet: D2, D0 and ED. RGB value is (210,208,237). Sum of RGB (Red+Green+Blue) = 210+208+237=655 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.06% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2D0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D0ED is #2D2F12. Grayscale: #D3D3D3. Windows color (decimal): -2961171 or 15585490. OLE color: 15585490.

HSL color Cylindrical-coordinate representation of color #D2D0ED: hue angle of 244.14º 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 #D2D0ED is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210208237-
CMYK0.110.1200.07
HSL244.14º44.62%87.25%-
HSV(B)244.14º12.24%92.94%-
XYZ64.4264.9389.26-
YUV211.9142.16126.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.06%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=32.06%
G=31.76%
B=36.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102082370.110.1200.07244.1444.6287.25
HexD2D0EDBC07f42d57
Octal32232035513140736455127
Binary110100101101000011101101101111000111111101001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0ED; }

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

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

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

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

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

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

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

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