#D4FAEB

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

Shades of White Ice #D4FAEB

Tints of White Ice #D4FAEB

Color information

#D4FAEB (or 0xD4FAEB) is unknown color: approx White Ice. HEX triplet: D4, FA and EB. RGB value is (212,250,235). Sum of RGB (Red+Green+Blue) = 212+250+235=697 (92% of max value = 765). Red value is 212 (83.20% from 255 or 30.42% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FAEB is #2B0514. Grayscale: #ECECEC. Windows color (decimal): -2819349 or 15465172. OLE color: 15465172.

HSL color Cylindrical-coordinate representation of color #D4FAEB: hue angle of 156.32º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4FAEB is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB212250235-
CMYK0.1500.060.02
HSL156.32º79.17%90.59%-
HSV(B)156.32º15.2%98.04%-
XYZ76.3388.3791.63-
YUV236.93126.91110.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.42%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 235 (92.19% from 255) = 33.72%
R=30.42%
G=35.87%
B=33.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122502350.1500.060.02156.3279.1790.59
HexD4FAEBF0629c4f5b
Octal32437235317062234117133
Binary11010100111110101110101111110110101001110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FAEB; }

 p { color: rgb(212,250,235); }

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

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

 a { background-color: rgb(212,250,235); }

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

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

 span { border-color: rgb(212,250,235); }

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