#D4DEDA

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

Shades of Iceberg #D4DEDA

Tints of Iceberg #D4DEDA

Color information

#D4DEDA (or 0xD4DEDA) is unknown color: approx Iceberg. HEX triplet: D4, DE and DA. RGB value is (212,222,218). Sum of RGB (Red+Green+Blue) = 212+222+218=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEDA is #2B2125. Grayscale: #DADADA. Windows color (decimal): -2826534 or 14343892. OLE color: 14343892.

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

Color convert

RGB212222218-
CMYK0.0500.020.13
HSL156º13.16%85.1%-
HSV(B)156º4.5%87.06%-
XYZ65.9371.376.62-
YUV218.55127.69123.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 218 (85.55% from 255) = 33.44%
R=32.52%
G=34.05%
B=33.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122222180.0500.020.1315613.1685.1
HexD4DEDA502D9cd55
Octal3243363325021523415125
Binary11010100110111101101101010101011011001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEDA; }

 p { color: rgb(212,222,218); }

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

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

 a { background-color: rgb(212,222,218); }

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

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

 span { border-color: rgb(212,222,218); }

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