Html Css Color HEX #DBDEDD Iceberg

📋 copy color: '#DBDEDD'

red 219 ◦ green 222 ◦ blue 221

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

Shades of Iceberg #DBDEDD

Tints of Iceberg #DBDEDD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.53%

 BLUE value IS 221 (86.72% from 255) = 33.38%

R = 33.08%
G = 33.53%
B = 33.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DBDEDD (or 0xDBDEDD) is known color: Iceberg. HEX triplet: DB, DE and DD. RGB value is (219,222,221). Sum of RGB (Red+Green+Blue) = 219+222+221=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEDD is #242122. Grayscale: #DCDCDC. Windows color (decimal): -2367779 or 14540507. OLE color: 14540507.

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

Color convert

RGB 219 222 221 -
CMYK 0.01 0 0.00 0.13
HSL 160º 0.04% 0.86% -
HSV(B) 160º 0.01% 0.87% -
XYZ 68.39 72.52 78.8 -
YUV 220.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 219 222 221 0.01 0 0.00 0.13 160 0.04 0.86
Hex DB DE DD 1 0 0 D A0 4 56
Octal 333 336 335 1 0 0 15 240 4 126
Binary 11011011 11011110 11011101 1 0 0 1101 10100000 100 1010110

Color Harmonies of #DBDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDEDD

Black with #DBDEDD

Text Example


Text Example

White with #DBDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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