Html Css Color HEX #D9DCDB Iceberg

📋 copy color: '#D9DCDB'

red 217 ◦ green 220 ◦ blue 219

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

Shades of Iceberg #D9DCDB

Tints of Iceberg #D9DCDB

RGB

 RED value IS 217 (85.16% from 255) = 33.08%

 GREEN value IS 220 (86.33% from 255) = 33.54%

 BLUE value IS 219 (85.94% from 255) = 33.38%

R = 33.08%
G = 33.54%
B = 33.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#D9DCDB (or 0xD9DCDB) is known color: Iceberg. HEX triplet: D9, DC and DB. RGB value is (217,220,219). Sum of RGB (Red+Green+Blue) = 217+220+219=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCDB is #262324. Grayscale: #DADADA. Windows color (decimal): -2499365 or 14408921. OLE color: 14408921.

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

Color convert

RGB 217 220 219 -
CMYK 0.01 0 0.00 0.14
HSL 160º 0.04% 0.86% -
HSV(B) 160º 0.01% 0.86% -
XYZ 66.99 71.05 77.2 -
YUV 218.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 217 220 219 0.01 0 0.00 0.14 160 0.04 0.86
Hex D9 DC DB 1 0 0 E A0 4 56
Octal 331 334 333 1 0 0 16 240 4 126
Binary 11011001 11011100 11011011 1 0 0 1110 10100000 100 1010110

Color Harmonies of #D9DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCDB

Black with #D9DCDB

Text Example


Text Example

White with #D9DCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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