#D5DDDB

Color #D5DDDB Iceberg (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iceberg #D5DDDB

Tints of Iceberg #D5DDDB

Color information

#D5DDDB (or 0xD5DDDB) is unknown color: approx 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

RGB213221219-
CMYK0.0400.010.13
HSL165º10.53%85.1%-
HSV(B)165º3.62%86.67%-
XYZ66.0870.9777.23-
YUV218.38128.35124.16-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132212190.0400.010.1316510.5385.1
HexD5DDDB401Da5b55
Octal3253353334011524513125
Binary1101010111011101110110111000111011010010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>