#C7E3E0

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

Shades of Jagged Ice #C7E3E0

Tints of Jagged Ice #C7E3E0

Color information

#C7E3E0 (or 0xC7E3E0) is unknown color: approx Jagged Ice. HEX triplet: C7, E3 and E0. RGB value is (199,227,224). Sum of RGB (Red+Green+Blue) = 199+227+224=650 (86% of max value = 765). Red value is 199 (78.12% from 255 or 30.62% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7E3E0 is #381C1F. Grayscale: #DADADA. Windows color (decimal): -3677216 or 14738375. OLE color: 14738375.

HSL color Cylindrical-coordinate representation of color #C7E3E0: hue angle of 173.57º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7E3E0 is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB199227224-
CMYK0.1200.010.11
HSL173.57º33.33%83.53%-
HSV(B)173.57º12.33%89.02%-
XYZ64.4872.4681.11-
YUV218.29131.22114.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.62%
GREEN value IS 227 (89.06% from 255) = 34.92%
BLUE value IS 224 (87.89% from 255) = 34.46%
R=30.62%
G=34.92%
B=34.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1992272240.1200.010.11173.5733.3383.53
HexC7E3E0C01Bae2154
Octal30734334014011325641124
Binary1100011111100011111000001100011011101011101000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E3E0; }

 p { color: rgb(199,227,224); }

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

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

 a { background-color: rgb(199,227,224); }

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

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

 span { border-color: rgb(199,227,224); }

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