#C7E7E4

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

Shades of Jagged Ice #C7E7E4

Tints of Jagged Ice #C7E7E4

Color information

#C7E7E4 (or 0xC7E7E4) is unknown color: approx Jagged Ice. HEX triplet: C7, E7 and E4. RGB value is (199,231,228). Sum of RGB (Red+Green+Blue) = 199+231+228=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E7E4 is #38181B. Grayscale: #DDDDDD. Windows color (decimal): -3676188 or 15001543. OLE color: 15001543.

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

Color convert

RGB199231228-
CMYK0.1400.010.09
HSL174.38º40%84.31%-
HSV(B)174.38º13.85%90.59%-
XYZ66.1374.984.37-
YUV221.09131.9112.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.24%
GREEN value IS 231 (90.62% from 255) = 35.11%
BLUE value IS 228 (89.45% from 255) = 34.65%
R=30.24%
G=35.11%
B=34.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1992312280.1400.010.09174.384084.31
HexC7E7E4E019ae2854
Octal30734734416011125650124
Binary1100011111100111111001001110011001101011101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E7E4; }

 p { color: rgb(199,231,228); }

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

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

 a { background-color: rgb(199,231,228); }

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

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

 span { border-color: rgb(199,231,228); }

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