#D5DFDC

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

Shades of Iceberg #D5DFDC

Tints of Iceberg #D5DFDC

Color information

#D5DFDC (or 0xD5DFDC) is unknown color: approx Iceberg. HEX triplet: D5, DF and DC. RGB value is (213,223,220). Sum of RGB (Red+Green+Blue) = 213+223+220=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DFDC is #2A2023. Grayscale: #DBDBDB. Windows color (decimal): -2760740 or 14475221. OLE color: 14475221.

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

Color convert

RGB213223220-
CMYK0.0400.010.13
HSL162º13.51%85.49%-
HSV(B)162º4.48%87.45%-
XYZ66.7572.0978.11-
YUV219.67128.19123.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.47%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=32.47%
G=33.99%
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
Decimal2132232200.0400.010.1316213.5185.49
HexD5DFDC401Da2e55
Octal3253373344011524216125
Binary1101010111011111110111001000111011010001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DFDC; }

 p { color: rgb(213,223,220); }

 H1.HeaderClassName
 {
   color: #D5DFDC;
 }
 .AnyTagClassName
 {
   color: #D5DFDC;
 }
</style>
background-color css

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

 a { background-color: rgb(213,223,220); }

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

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

 span { border-color: rgb(213,223,220); }

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