#C7E8E1

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

Shades of Jagged Ice #C7E8E1

Tints of Jagged Ice #C7E8E1

Color information

#C7E8E1 (or 0xC7E8E1) is unknown color: approx Jagged Ice. HEX triplet: C7, E8 and E1. RGB value is (199,232,225). Sum of RGB (Red+Green+Blue) = 199+232+225=656 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.34% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E8E1 is #38171E. Grayscale: #DDDDDD. Windows color (decimal): -3675935 or 14805191. OLE color: 14805191.

HSL color Cylindrical-coordinate representation of color #C7E8E1: hue angle of 167.27º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7E8E1 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB199232225-
CMYK0.1400.030.09
HSL167.27º41.77%84.51%-
HSV(B)167.27º14.22%90.98%-
XYZ6675.2982.29-
YUV221.34130.07112.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.34%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=30.34%
G=35.37%
B=34.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1992322250.1400.030.09167.2741.7784.51
HexC7E8E1E039a72a55
Octal30735034116031124752125
Binary11000111111010001110000111100111001101001111010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E8E1; }

 p { color: rgb(199,232,225); }

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

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

 a { background-color: rgb(199,232,225); }

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

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

 span { border-color: rgb(199,232,225); }

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