Html Css Color HEX #D5DBD9 Iceberg

📋 copy color: '#D5DBD9'

red 213 ◦ green 219 ◦ blue 217

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

Shades of Iceberg #D5DBD9

Tints of Iceberg #D5DBD9

RGB

 RED value IS 213 (83.59% from 255) = 32.82%

 GREEN value IS 219 (85.94% from 255) = 33.74%

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

R = 32.82%
G = 33.74%
B = 33.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#D5DBD9 (or 0xD5DBD9) is known color: Iceberg. HEX triplet: D5, DB and D9. RGB value is (213,219,217). Sum of RGB (Red+Green+Blue) = 213+219+217=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 219 (85.94% from 255 or 33.74% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD9 is #2A2426. Grayscale: #D8D8D8. Windows color (decimal): -2761767 or 14277589. OLE color: 14277589.

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

Color convert

RGB 213 219 217 -
CMYK 0.03 0 0.01 0.14
HSL 160º 0.08% 0.85% -
HSV(B) 160º 0.03% 0.86% -
XYZ 65.3 69.82 75.68 -
YUV 216.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 213 219 217 0.03 0 0.01 0.14 160 0.08 0.85
Hex D5 DB D9 3 0 1 E A0 8 55
Octal 325 333 331 3 0 1 16 240 10 125
Binary 11010101 11011011 11011001 11 0 1 1110 10100000 1000 1010101

Color Harmonies of #D5DBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DBD9

Black with #D5DBD9

Text Example


Text Example

White with #D5DBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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