#DBDCEE

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

Shades of Quartz #DBDCEE

Tints of Quartz #DBDCEE

Color information

#DBDCEE (or 0xDBDCEE) is unknown color: approx Quartz. HEX triplet: DB, DC and EE. RGB value is (219,220,238). Sum of RGB (Red+Green+Blue) = 219+220+238=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDCEE is #242311. Grayscale: #DDDDDD. Windows color (decimal): -2368274 or 15654107. OLE color: 15654107.

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

Color convert

RGB219220238-
CMYK0.080.0800.07
HSL236.84º35.85%89.61%-
HSV(B)236.84º7.98%93.33%-
XYZ70.2472.4291.17-
YUV221.75137.17126.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 220 (86.33% from 255) = 32.50%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=32.35%
G=32.50%
B=35.16%

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
Decimal2192202380.080.0800.07236.8435.8589.61
HexDBDCEE8807ed245a
Octal33333435610100735544132
Binary110110111101110011101110100010000111111011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCEE; }

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

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

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

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

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

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

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

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