#D2D5EB

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

Shades of Quartz #D2D5EB

Tints of Quartz #D2D5EB

Color information

#D2D5EB (or 0xD2D5EB) is unknown color: approx Quartz. HEX triplet: D2, D5 and EB. RGB value is (210,213,235). Sum of RGB (Red+Green+Blue) = 210+213+235=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 213 (83.59% from 255 or 32.37% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5EB is #2D2A14. Grayscale: #D6D6D6. Windows color (decimal): -2959893 or 15455698. OLE color: 15455698.

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

Color convert

RGB210213235-
CMYK0.110.0900.08
HSL232.8º38.46%87.25%-
HSV(B)232.8º10.64%92.16%-
XYZ65.3767.2988.14-
YUV214.61139.51124.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 213 (83.59% from 255) = 32.37%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=31.91%
G=32.37%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102132350.110.0900.08232.838.4687.25
HexD2D5EBB908e92657
Octal322325353131101035146127
Binary1101001011010101111010111011100101000111010011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5EB; }

 p { color: rgb(210,213,235); }

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

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

 a { background-color: rgb(210,213,235); }

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

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

 span { border-color: rgb(210,213,235); }

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