#C1E3DB

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

Shades of Jagged Ice #C1E3DB

Tints of Jagged Ice #C1E3DB

Color information

#C1E3DB (or 0xC1E3DB) is unknown color: approx Jagged Ice. HEX triplet: C1, E3 and DB. RGB value is (193,227,219). Sum of RGB (Red+Green+Blue) = 193+227+219=639 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.20% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E3DB is #3E1C24. Grayscale: #D7D7D7. Windows color (decimal): -4070437 or 14410689. OLE color: 14410689.

HSL color Cylindrical-coordinate representation of color #C1E3DB: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E3DB is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB193227219-
CMYK0.1500.040.11
HSL165.88º37.78%82.35%-
HSV(B)165.88º14.98%89.02%-
XYZ62.2571.3977.52-
YUV215.92129.74111.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.20%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=30.20%
G=35.52%
B=34.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1932272190.1500.040.11165.8837.7882.35
HexC1E3DBF04Ba62652
Octal30134333317041324646122
Binary110000011110001111011011111101001011101001101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E3DB; }

 p { color: rgb(193,227,219); }

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

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

 a { background-color: rgb(193,227,219); }

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

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

 span { border-color: rgb(193,227,219); }

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