#C7EAE4

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

Shades of Jagged Ice #C7EAE4

Tints of Jagged Ice #C7EAE4

Color information

#C7EAE4 (or 0xC7EAE4) is unknown color: approx Jagged Ice. HEX triplet: C7, EA and E4. RGB value is (199,234,228). Sum of RGB (Red+Green+Blue) = 199+234+228=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EAE4 is #38151B. Grayscale: #DEDEDE. Windows color (decimal): -3675420 or 15002311. OLE color: 15002311.

HSL color Cylindrical-coordinate representation of color #C7EAE4: hue angle of 169.71º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EAE4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB199234228-
CMYK0.1500.030.08
HSL169.71º45.45%84.9%-
HSV(B)169.71º14.96%91.76%-
XYZ66.9876.5984.65-
YUV222.85130.9110.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.11%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=30.11%
G=35.40%
B=34.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992342280.1500.030.08169.7145.4584.9
HexC7EAE4F038aa2d55
Octal30735234417031025255125
Binary11000111111010101110010011110111000101010101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EAE4; }

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

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

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

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

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

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

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

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