#C2E4DC

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

Shades of Jagged Ice #C2E4DC

Tints of Jagged Ice #C2E4DC

Color information

#C2E4DC (or 0xC2E4DC) is unknown color: approx Jagged Ice. HEX triplet: C2, E4 and DC. RGB value is (194,228,220). Sum of RGB (Red+Green+Blue) = 194+228+220=642 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.22% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E4DC is #3D1B23. Grayscale: #D8D8D8. Windows color (decimal): -4004644 or 14476482. OLE color: 14476482.

HSL color Cylindrical-coordinate representation of color #C2E4DC: hue angle of 165.88º 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 #C2E4DC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB194228220-
CMYK0.1500.040.11
HSL165.88º38.64%82.75%-
HSV(B)165.88º14.91%89.41%-
XYZ62.9172.1278.32-
YUV216.92129.74111.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.22%
GREEN value IS 228 (89.45% from 255) = 35.51%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=30.22%
G=35.51%
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
Decimal1942282200.1500.040.11165.8838.6482.75
HexC2E4DCF04Ba62753
Octal30234433417041324647123
Binary110000101110010011011100111101001011101001101001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E4DC; }

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

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

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

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

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

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

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

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