#C1EDE7

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

Shades of Jagged Ice #C1EDE7

Tints of Jagged Ice #C1EDE7

Color information

#C1EDE7 (or 0xC1EDE7) is unknown color: approx Jagged Ice. HEX triplet: C1, ED and E7. RGB value is (193,237,231). Sum of RGB (Red+Green+Blue) = 193+237+231=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #C1EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C1EDE7 is #3E1218. Grayscale: #DFDFDF. Windows color (decimal): -4067865 or 15199681. OLE color: 15199681.

HSL color Cylindrical-coordinate representation of color #C1EDE7: hue angle of 171.82º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1EDE7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB193237231-
CMYK0.1900.030.07
HSL171.82º55%84.31%-
HSV(B)171.82º18.57%92.94%-
XYZ66.777.6887.08-
YUV223.16132.42106.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.20%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=29.20%
G=35.85%
B=34.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1932372310.1900.030.07171.825584.31
HexC1EDE713037ac3754
Octal3013553472303725467124
Binary11000001111011011110011110011011111101011001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EDE7; }

 p { color: rgb(193,237,231); }

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

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

 a { background-color: rgb(193,237,231); }

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

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

 span { border-color: rgb(193,237,231); }

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