#C3E9E5

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

Shades of Jagged Ice #C3E9E5

Tints of Jagged Ice #C3E9E5

Color information

#C3E9E5 (or 0xC3E9E5) is unknown color: approx Jagged Ice. HEX triplet: C3, E9 and E5. RGB value is (195,233,229). Sum of RGB (Red+Green+Blue) = 195+233+229=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 229 (89.84% from 255 or 34.86% from 657); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E9E5 is #3C161A. Grayscale: #DDDDDD. Windows color (decimal): -3937819 or 15067587. OLE color: 15067587.

HSL color Cylindrical-coordinate representation of color #C3E9E5: hue angle of 173.68º degrees, saturation: 0.46, 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 #C3E9E5 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB195233229-
CMYK0.1600.020.09
HSL173.68º46.34%83.92%-
HSV(B)173.68º16.31%91.37%-
XYZ65.7975.5485.24-
YUV221.18132.41109.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.68%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 229 (89.84% from 255) = 34.86%
R=29.68%
G=35.46%
B=34.86%

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
Decimal1952332290.1600.020.09173.6846.3483.92
HexC3E9E510029ae2e54
Octal30335134520021125656124
Binary110000111110100111100101100000101001101011101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E9E5; }

 p { color: rgb(195,233,229); }

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

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

 a { background-color: rgb(195,233,229); }

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

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

 span { border-color: rgb(195,233,229); }

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