#C2EBE4

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

Shades of Jagged Ice #C2EBE4

Tints of Jagged Ice #C2EBE4

Color information

#C2EBE4 (or 0xC2EBE4) is unknown color: approx Jagged Ice. HEX triplet: C2, EB and E4. RGB value is (194,235,228). Sum of RGB (Red+Green+Blue) = 194+235+228=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBE4 is #3D141B. Grayscale: #DDDDDD. Windows color (decimal): -4002844 or 15002562. OLE color: 15002562.

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

Color convert

RGB194235228-
CMYK0.1700.030.08
HSL169.76º50.62%84.12%-
HSV(B)169.76º17.45%92.16%-
XYZ65.9676.4984.69-
YUV221.94131.42108.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.53%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=29.53%
G=35.77%
B=34.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1942352280.1700.030.08169.7650.6284.12
HexC2EBE411038aa3354
Octal30235334421031025263124
Binary110000101110101111100100100010111000101010101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EBE4; }

 p { color: rgb(194,235,228); }

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

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

 a { background-color: rgb(194,235,228); }

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

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

 span { border-color: rgb(194,235,228); }

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