Html Css Color HEX #D5DDDB Iceberg

📋 copy color: '#D5DDDB'

red 213 ◦ green 221 ◦ blue 219

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

Shades of Iceberg #D5DDDB

Tints of Iceberg #D5DDDB

RGB

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

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

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

R = 32.62%
G = 33.84%
B = 33.54%

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

#D5DDDB (or 0xD5DDDB) is known color: Iceberg. HEX triplet: D5, DD and DB. RGB value is (213,221,219). Sum of RGB (Red+Green+Blue) = 213+221+219=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDDB is #2A2224. Grayscale: #DADADA. Windows color (decimal): -2761253 or 14409173. OLE color: 14409173.

HSL color Cylindrical-coordinate representation of color #D5DDDB: hue angle of 165º degrees, saturation: 0.11, 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 #D5DDDB is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 219 -
CMYK 0.04 0 0.01 0.13
HSL 165º 0.11% 0.85% -
HSV(B) 165º 0.04% 0.87% -
XYZ 66.08 70.97 77.23 -
YUV 218.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 213 221 219 0.04 0 0.01 0.13 165 0.11 0.85
Hex D5 DD DB 4 0 1 D A5 B 55
Octal 325 335 333 4 0 1 15 245 13 125
Binary 11010101 11011101 11011011 100 0 1 1101 10100101 1011 1010101

Color Harmonies of #D5DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DDDB

Black with #D5DDDB

Text Example


Text Example

White with #D5DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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