#D0E3DE

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

Shades of Iceberg #D0E3DE

Tints of Iceberg #D0E3DE

Color information

#D0E3DE (or 0xD0E3DE) is unknown color: approx Iceberg. HEX triplet: D0, E3 and DE. RGB value is (208,227,222). Sum of RGB (Red+Green+Blue) = 208+227+222=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E3DE is #2F1C21. Grayscale: #DCDCDC. Windows color (decimal): -3087394 or 14607312. OLE color: 14607312.

HSL color Cylindrical-coordinate representation of color #D0E3DE: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0E3DE is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB208227222-
CMYK0.0800.020.11
HSL164.21º25.33%85.29%-
HSV(B)164.21º8.37%89.02%-
XYZ66.6773.6279.8-
YUV220.75128.71118.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.66%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 222 (87.11% from 255) = 33.79%
R=31.66%
G=34.55%
B=33.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2082272220.0800.020.11164.2125.3385.29
HexD0E3DE802Ba41955
Octal32034333610021324431125
Binary1101000011100011110111101000010101110100100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E3DE; }

 p { color: rgb(208,227,222); }

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

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

 a { background-color: rgb(208,227,222); }

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

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

 span { border-color: rgb(208,227,222); }

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