Html Css Color HEX #D5DEDB Iceberg

📋 copy color: '#D5DEDB'

red 213 ◦ green 222 ◦ blue 219

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

Shades of Iceberg #D5DEDB

Tints of Iceberg #D5DEDB

RGB

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

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

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

R = 32.57%
G = 33.94%
B = 33.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D5DEDB (or 0xD5DEDB) is known color: Iceberg. HEX triplet: D5, DE and DB. RGB value is (213,222,219). Sum of RGB (Red+Green+Blue) = 213+222+219=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDB is #2A2124. Grayscale: #DADADA. Windows color (decimal): -2760997 or 14409429. OLE color: 14409429.

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

Color convert

RGB 213 222 219 -
CMYK 0.04 0 0.01 0.13
HSL 160º 0.12% 0.85% -
HSV(B) 160º 0.04% 0.87% -
XYZ 66.35 71.5 77.32 -
YUV 218.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 213 222 219 0.04 0 0.01 0.13 160 0.12 0.85
Hex D5 DE DB 4 0 1 D A0 C 55
Octal 325 336 333 4 0 1 15 240 14 125
Binary 11010101 11011110 11011011 100 0 1 1101 10100000 1100 1010101

Color Harmonies of #D5DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DEDB

Black with #D5DEDB

Text Example


Text Example

White with #D5DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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