#D4ECDE

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

Shades of White Ice #D4ECDE

Tints of White Ice #D4ECDE

Color information

#D4ECDE (or 0xD4ECDE) is unknown color: approx White Ice. HEX triplet: D4, EC and DE. RGB value is (212,236,222). Sum of RGB (Red+Green+Blue) = 212+236+222=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #D4ECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4ECDE is #2B1321. Grayscale: #E3E3E3. Windows color (decimal): -2822946 or 14609620. OLE color: 14609620.

HSL color Cylindrical-coordinate representation of color #D4ECDE: hue angle of 145º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4ECDE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB212236222-
CMYK0.1000.060.07
HSL145º38.71%87.84%-
HSV(B)145º10.17%92.55%-
XYZ70.3379.2680.7-
YUV227.23125.05117.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.64%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=31.64%
G=35.22%
B=33.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122362220.1000.060.0714538.7187.84
HexD4ECDEA067912758
Octal3243543361206722147130
Binary11010100111011001101111010100110111100100011001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ECDE; }

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

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

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

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

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

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

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

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