#D5F3E3

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

Shades of White Ice #D5F3E3

Tints of White Ice #D5F3E3

Color information

#D5F3E3 (or 0xD5F3E3) is unknown color: approx White Ice. HEX triplet: D5, F3 and E3. RGB value is (213,243,227). Sum of RGB (Red+Green+Blue) = 213+243+227=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 227 (89.06% from 255 or 33.24% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3E3 is #2A0C1C. Grayscale: #E8E8E8. Windows color (decimal): -2755613 or 14939093. OLE color: 14939093.

HSL color Cylindrical-coordinate representation of color #D5F3E3: hue angle of 148º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F3E3 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB213243227-
CMYK0.1200.070.05
HSL148º55.56%89.41%-
HSV(B)148º12.35%95.29%-
XYZ73.3683.7984.98-
YUV232.21125.06114.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.19%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 227 (89.06% from 255) = 33.24%
R=31.19%
G=35.58%
B=33.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132432270.1200.070.0514855.5689.41
HexD5F3E3C075943859
Octal3253633431407522470131
Binary11010101111100111110001111000111101100101001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F3E3; }

 p { color: rgb(213,243,227); }

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

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

 a { background-color: rgb(213,243,227); }

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

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

 span { border-color: rgb(213,243,227); }

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