#DBDDEC

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

Shades of Quartz #DBDDEC

Tints of Quartz #DBDDEC

Color information

#DBDDEC (or 0xDBDDEC) is unknown color: approx Quartz. HEX triplet: DB, DD and EC. RGB value is (219,221,236). Sum of RGB (Red+Green+Blue) = 219+221+236=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBDDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBDDEC is #242213. Grayscale: #DEDEDE. Windows color (decimal): -2368020 or 15523291. OLE color: 15523291.

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

Color convert

RGB219221236-
CMYK0.070.0600.07
HSL232.94º30.91%89.22%-
HSV(B)232.94º7.2%92.55%-
XYZ70.2172.8389.71-
YUV222.11135.84125.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.40%
GREEN value IS 221 (86.72% from 255) = 32.69%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=32.40%
G=32.69%
B=34.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192212360.070.0600.07232.9430.9189.22
HexDBDDEC7607e91f59
Octal333335354760735137131
Binary110110111101110111101100111110011111101001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDDEC; }

 p { color: rgb(219,221,236); }

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

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

 a { background-color: rgb(219,221,236); }

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

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

 span { border-color: rgb(219,221,236); }

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