#D1EAE5

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

Shades of Jagged Ice #D1EAE5

Tints of Jagged Ice #D1EAE5

Color information

#D1EAE5 (or 0xD1EAE5) is unknown color: approx Jagged Ice. HEX triplet: D1, EA and E5. RGB value is (209,234,229). Sum of RGB (Red+Green+Blue) = 209+234+229=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #D1EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EAE5 is #2E151A. Grayscale: #E1E1E1. Windows color (decimal): -3020059 or 15067857. OLE color: 15067857.

HSL color Cylindrical-coordinate representation of color #D1EAE5: hue angle of 168º degrees, saturation: 0.37, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1EAE5 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB209234229-
CMYK0.1100.020.08
HSL168º37.31%86.86%-
HSV(B)168º10.68%91.76%-
XYZ69.8678.0685.51-
YUV225.96129.72115.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.10%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=31.10%
G=34.82%
B=34.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092342290.1100.020.0816837.3186.86
HexD1EAE5B028a82557
Octal32135234513021025045127
Binary11010001111010101110010110110101000101010001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EAE5; }

 p { color: rgb(209,234,229); }

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

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

 a { background-color: rgb(209,234,229); }

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

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

 span { border-color: rgb(209,234,229); }

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