#DBDEEE

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

Shades of Quartz #DBDEEE

Tints of Quartz #DBDEEE

Color information

#DBDEEE (or 0xDBDEEE) is unknown color: approx Quartz. HEX triplet: DB, DE and EE. RGB value is (219,222,238). Sum of RGB (Red+Green+Blue) = 219+222+238=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDEEE is #242111. Grayscale: #DEDEDE. Windows color (decimal): -2367762 or 15654619. OLE color: 15654619.

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

Color convert

RGB219222238-
CMYK0.080.0700.07
HSL230.53º35.85%89.61%-
HSV(B)230.53º7.98%93.33%-
XYZ70.7773.4891.34-
YUV222.93136.51125.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=32.25%
G=32.70%
B=35.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192222380.080.0700.07230.5335.8589.61
HexDBDEEE8707e7245a
Octal3333363561070734744132
Binary11011011110111101110111010001110111111001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDEEE; }

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

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

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

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

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

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

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

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