#C3E8E3

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

Shades of Jagged Ice #C3E8E3

Tints of Jagged Ice #C3E8E3

Color information

#C3E8E3 (or 0xC3E8E3) is unknown color: approx Jagged Ice. HEX triplet: C3, E8 and E3. RGB value is (195,232,227). Sum of RGB (Red+Green+Blue) = 195+232+227=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 227 (89.06% from 255 or 34.71% from 654); Max value from RGB is 232 - color contains mainly: green. Hex color #C3E8E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E8E3 is #3C171C. Grayscale: #DCDCDC. Windows color (decimal): -3938077 or 14936259. OLE color: 14936259.

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

Color convert

RGB195232227-
CMYK0.1600.020.09
HSL171.89º44.58%83.73%-
HSV(B)171.89º15.95%90.98%-
XYZ65.2374.8683.68-
YUV220.37131.74109.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.82%
GREEN value IS 232 (91.02% from 255) = 35.47%
BLUE value IS 227 (89.06% from 255) = 34.71%
R=29.82%
G=35.47%
B=34.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1952322270.1600.020.09171.8944.5883.73
HexC3E8E310029ac2d54
Octal30335034320021125455124
Binary110000111110100011100011100000101001101011001011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E8E3; }

 p { color: rgb(195,232,227); }

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

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

 a { background-color: rgb(195,232,227); }

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

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

 span { border-color: rgb(195,232,227); }

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