Html Css Color HEX #C2E3E1 Jagged Ice

📋 copy color: '#C2E3E1'

red 194 ◦ green 227 ◦ blue 225

#C2E3E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #C2E3E1

Tints of Jagged Ice #C2E3E1

RGB

 RED value IS 194 (76.17% from 255) = 30.03%

 GREEN value IS 227 (89.06% from 255) = 35.14%

 BLUE value IS 225 (88.28% from 255) = 34.83%

R = 30.03%
G = 35.14%
B = 34.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#C2E3E1 (or 0xC2E3E1) is known color: Jagged Ice. HEX triplet: C2, E3 and E1. RGB value is (194,227,225). Sum of RGB (Red+Green+Blue) = 194+227+225=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E3E1 is #3D1C1E. Grayscale: #D8D8D8. Windows color (decimal): -4004895 or 14803906. OLE color: 14803906.

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

Color convert

RGB 194 227 225 -
CMYK 0.15 0 0.01 0.11
HSL 176.36º 0.37% 0.83% -
HSV(B) 176.36º 0.15% 0.89% -
XYZ 63.31 71.84 81.76 -
YUV 216.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 194 227 225 0.15 0 0.01 0.11 176.36 0.37 0.83
Hex C2 E3 E1 F 0 1 B B0 25 53
Octal 302 343 341 17 0 1 13 260 45 123
Binary 11000010 11100011 11100001 1111 0 1 1011 10110000 100101 1010011

Color Harmonies of #C2E3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E3E1

Black with #C2E3E1

Text Example


Text Example

White with #C2E3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E3E1; }

 p { color: rgb(194,227,225); }

 H1.HeaderClassName
 {
   color: #C2E3E1;
 }
 .AnyTagClassName
 {
   color: #C2E3E1;
 }
</style>

background-color css

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

 a { background-color: rgb(194,227,225); }

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

border-color css

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

 span { border-color: rgb(194,227,225); }

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