#D1FDE7

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

Shades of White Ice #D1FDE7

Tints of White Ice #D1FDE7

Color information

#D1FDE7 (or 0xD1FDE7) is unknown color: approx White Ice. HEX triplet: D1, FD and E7. RGB value is (209,253,231). Sum of RGB (Red+Green+Blue) = 209+253+231=693 (91% of max value = 765). Red value is 209 (82.03% from 255 or 30.16% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1FDE7 is #2E0218. Grayscale: #EDEDED. Windows color (decimal): -3015193 or 15203793. OLE color: 15203793.

HSL color Cylindrical-coordinate representation of color #D1FDE7: hue angle of 150º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FDE7 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB209253231-
CMYK0.1700.090.01
HSL150º91.67%90.59%-
HSV(B)150º17.39%99.22%-
XYZ75.8489.5888.89-
YUV237.34124.42107.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.16%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 231 (90.62% from 255) = 33.33%
R=30.16%
G=36.51%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092532310.1700.090.0115091.6790.59
HexD1FDE711091965c5b
Octal321375347210111226134133
Binary110100011111110111100111100010100111001011010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FDE7; }

 p { color: rgb(209,253,231); }

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

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

 a { background-color: rgb(209,253,231); }

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

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

 span { border-color: rgb(209,253,231); }

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