Html Css Color HEX #DBDDD9 Aqua Haze

📋 copy color: '#DBDDD9'

red 219 ◦ green 221 ◦ blue 217

#DBDDD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua Haze #DBDDD9

Tints of Aqua Haze #DBDDD9

RGB

 RED value IS 219 (85.94% from 255) = 33.33%

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 217 (85.16% from 255) = 33.03%

R = 33.33%
G = 33.64%
B = 33.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DBDDD9 (or 0xDBDDD9) is known color: Aqua Haze. HEX triplet: DB, DD and D9. RGB value is (219,221,217). Sum of RGB (Red+Green+Blue) = 219+221+217=657 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.33% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDD9 is #242226. Grayscale: #DBDBDB. Windows color (decimal): -2368039 or 14278107. OLE color: 14278107.

HSL color Cylindrical-coordinate representation of color #DBDDD9: hue angle of 90º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDDD9 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 221 217 -
CMYK 0.01 0 0.02 0.13
HSL 90º 0.06% 0.86% -
HSV(B) 90º 0.02% 0.87% -
XYZ 67.59 71.78 75.94 -
YUV 219.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 219 221 217 0.01 0 0.02 0.13 90 0.06 0.86
Hex DB DD D9 1 0 2 D 5A 6 56
Octal 333 335 331 1 0 2 15 132 6 126
Binary 11011011 11011101 11011001 1 0 10 1101 1011010 110 1010110

Color Harmonies of #DBDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDDD9

Black with #DBDDD9

Text Example


Text Example

White with #DBDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDDD9; }

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

 H1.HeaderClassName
 {
   color: #DBDDD9;
 }
 .AnyTagClassName
 {
   color: #DBDDD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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