#DBD9EE

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

Shades of Quartz #DBD9EE

Tints of Quartz #DBD9EE

Color information

#DBD9EE (or 0xDBD9EE) is unknown color: approx Quartz. HEX triplet: DB, D9 and EE. RGB value is (219,217,238). Sum of RGB (Red+Green+Blue) = 219+217+238=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 217 (85.16% from 255 or 32.20% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD9EE is #242611. Grayscale: #DBDBDB. Windows color (decimal): -2369042 or 15653339. OLE color: 15653339.

HSL color Cylindrical-coordinate representation of color #DBD9EE: hue angle of 245.71º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD9EE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219217238-
CMYK0.080.0900.07
HSL245.71º38.18%89.22%-
HSV(B)245.71º8.82%93.33%-
XYZ69.4670.8690.91-
YUV219.99138.16127.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.49%
GREEN value IS 217 (85.16% from 255) = 32.20%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=32.49%
G=32.20%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192172380.080.0900.07245.7138.1889.22
HexDBD9EE8907f62659
Octal33333135610110736646131
Binary110110111101100111101110100010010111111101101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9EE; }

 p { color: rgb(219,217,238); }

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

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

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

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

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

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

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