#C1E4DC

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

Shades of Jagged Ice #C1E4DC

Tints of Jagged Ice #C1E4DC

Color information

#C1E4DC (or 0xC1E4DC) is unknown color: approx Jagged Ice. HEX triplet: C1, E4 and DC. RGB value is (193,228,220). Sum of RGB (Red+Green+Blue) = 193+228+220=641 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.11% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E4DC is #3E1B23. Grayscale: #D8D8D8. Windows color (decimal): -4070180 or 14476481. OLE color: 14476481.

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

Color convert

RGB193228220-
CMYK0.1500.040.11
HSL166.29º39.33%82.55%-
HSV(B)166.29º15.35%89.41%-
XYZ62.6571.9978.3-
YUV216.62129.9111.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.11%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=30.11%
G=35.57%
B=34.32%

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
Decimal1932282200.1500.040.11166.2939.3382.55
HexC1E4DCF04Ba62753
Octal30134433417041324647123
Binary110000011110010011011100111101001011101001101001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E4DC; }

 p { color: rgb(193,228,220); }

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

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

 a { background-color: rgb(193,228,220); }

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

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

 span { border-color: rgb(193,228,220); }

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