#D5DEDC

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

Shades of Iceberg #D5DEDC

Tints of Iceberg #D5DEDC

Color information

#D5DEDC (or 0xD5DEDC) is unknown color: approx Iceberg. HEX triplet: D5, DE and DC. RGB value is (213,222,220). Sum of RGB (Red+Green+Blue) = 213+222+220=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DEDC is #2A2123. Grayscale: #DBDBDB. Windows color (decimal): -2760996 or 14474965. OLE color: 14474965.

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

Color convert

RGB213222220-
CMYK0.0400.010.13
HSL166.67º12%85.29%-
HSV(B)166.67º4.05%87.06%-
XYZ66.4871.5678.02-
YUV219.08128.52123.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 222 (87.11% from 255) = 33.89%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=32.52%
G=33.89%
B=33.59%

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
Decimal2132222200.0400.010.13166.671285.29
HexD5DEDC401Da7c55
Octal3253363344011524714125
Binary1101010111011110110111001000111011010011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DEDC; }

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

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

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

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

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

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

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

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