#C3EBE2

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

Shades of Jagged Ice #C3EBE2

Tints of Jagged Ice #C3EBE2

Color information

#C3EBE2 (or 0xC3EBE2) is unknown color: approx Jagged Ice. HEX triplet: C3, EB and E2. RGB value is (195,235,226). Sum of RGB (Red+Green+Blue) = 195+235+226=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #C3EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EBE2 is #3C141D. Grayscale: #DEDEDE. Windows color (decimal): -3937310 or 14871491. OLE color: 14871491.

HSL color Cylindrical-coordinate representation of color #C3EBE2: hue angle of 166.5º degrees, saturation: 0.5, 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 #C3EBE2 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB195235226-
CMYK0.1700.040.08
HSL166.5º50%84.31%-
HSV(B)166.5º17.02%92.16%-
XYZ65.9476.5183.24-
YUV222.01130.25108.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 29.73%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=29.73%
G=35.82%
B=34.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952352260.1700.040.08166.55084.31
HexC3EBE211048a63254
Octal30335334221041024662124
Binary1100001111101011111000101000101001000101001101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3EBE2; }

 p { color: rgb(195,235,226); }

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

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

 a { background-color: rgb(195,235,226); }

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

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

 span { border-color: rgb(195,235,226); }

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