#C1E8DF

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

Shades of Jagged Ice #C1E8DF

Tints of Jagged Ice #C1E8DF

Color information

#C1E8DF (or 0xC1E8DF) is unknown color: approx Jagged Ice. HEX triplet: C1, E8 and DF. RGB value is (193,232,223). Sum of RGB (Red+Green+Blue) = 193+232+223=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #C1E8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E8DF is #3E1720. Grayscale: #DBDBDB. Windows color (decimal): -4069153 or 14674113. OLE color: 14674113.

HSL color Cylindrical-coordinate representation of color #C1E8DF: hue angle of 166.15º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1E8DF is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB193232223-
CMYK0.1700.040.09
HSL166.15º45.88%83.33%-
HSV(B)166.15º16.81%90.98%-
XYZ64.1774.3880.79-
YUV219.31130.08109.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.78%
GREEN value IS 232 (91.02% from 255) = 35.80%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=29.78%
G=35.80%
B=34.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1932322230.1700.040.09166.1545.8883.33
HexC1E8DF11049a62e53
Octal30135033721041124656123
Binary1100000111101000110111111000101001001101001101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E8DF; }

 p { color: rgb(193,232,223); }

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

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

 a { background-color: rgb(193,232,223); }

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

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

 span { border-color: rgb(193,232,223); }

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