#D5FAEA

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

Shades of White Ice #D5FAEA

Tints of White Ice #D5FAEA

Color information

#D5FAEA (or 0xD5FAEA) is unknown color: approx White Ice. HEX triplet: D5, FA and EA. RGB value is (213,250,234). Sum of RGB (Red+Green+Blue) = 213+250+234=697 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.56% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FAEA is #2A0515. Grayscale: #EDEDED. Windows color (decimal): -2753814 or 15399637. OLE color: 15399637.

HSL color Cylindrical-coordinate representation of color #D5FAEA: hue angle of 154.05º 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 #D5FAEA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB213250234-
CMYK0.1500.060.02
HSL154.05º78.72%90.78%-
HSV(B)154.05º14.8%98.04%-
XYZ76.4888.4690.89-
YUV237.11126.24110.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.56%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=30.56%
G=35.87%
B=33.57%

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
Decimal2132502340.1500.060.02154.0578.7290.78
HexD5FAEAF0629a4f5b
Octal32537235217062232117133
Binary11010101111110101110101011110110101001101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAEA; }

 p { color: rgb(213,250,234); }

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

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

 a { background-color: rgb(213,250,234); }

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

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

 span { border-color: rgb(213,250,234); }

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