#DBDAEE

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

Shades of Quartz #DBDAEE

Tints of Quartz #DBDAEE

Color information

#DBDAEE (or 0xDBDAEE) is unknown color: approx Quartz. HEX triplet: DB, DA and EE. RGB value is (219,218,238). Sum of RGB (Red+Green+Blue) = 219+218+238=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDAEE is #242511. Grayscale: #DCDCDC. Windows color (decimal): -2368786 or 15653595. OLE color: 15653595.

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

Color convert

RGB219218238-
CMYK0.080.0800.07
HSL243º37.04%89.41%-
HSV(B)243º8.4%93.33%-
XYZ69.7271.3890.99-
YUV220.58137.83126.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.44%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=32.44%
G=32.30%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192182380.080.0800.0724337.0489.41
HexDBDAEE8807f32559
Octal33333235610100736345131
Binary110110111101101011101110100010000111111100111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDAEE; }

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

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

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

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

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

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

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

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