#D5D5EE

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

Shades of Quartz #D5D5EE

Tints of Quartz #D5D5EE

Color information

#D5D5EE (or 0xD5D5EE) is unknown color: approx Quartz. HEX triplet: D5, D5 and EE. RGB value is (213,213,238). Sum of RGB (Red+Green+Blue) = 213+213+238=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 213 (83.59% from 255 or 32.08% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5D5EE is #2A2A11. Grayscale: #D7D7D7. Windows color (decimal): -2763282 or 15652309. OLE color: 15652309.

HSL color Cylindrical-coordinate representation of color #D5D5EE: hue angle of 240º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5D5EE is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213213238-
CMYK0.110.1100.07
HSL240º42.37%88.43%-
HSV(B)240º10.5%93.33%-
XYZ66.6767.9190.48-
YUV215.85140.5125.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 213 (83.59% from 255) = 32.08%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=32.08%
G=32.08%
B=35.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132132380.110.1100.0724042.3788.43
HexD5D5EEBB07f02a58
Octal32532535613130736052130
Binary110101011101010111101110101110110111111100001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D5EE; }

 p { color: rgb(213,213,238); }

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

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

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

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

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

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

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