#C2DEDC

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

Shades of Jagged Ice #C2DEDC

Tints of Jagged Ice #C2DEDC

Color information

#C2DEDC (or 0xC2DEDC) is unknown color: approx Jagged Ice. HEX triplet: C2, DE and DC. RGB value is (194,222,220). Sum of RGB (Red+Green+Blue) = 194+222+220=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEDC is #3D2123. Grayscale: #D5D5D5. Windows color (decimal): -4006180 or 14474946. OLE color: 14474946.

HSL color Cylindrical-coordinate representation of color #C2DEDC: hue angle of 175.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DEDC is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB194222220-
CMYK0.1300.010.13
HSL175.71º29.79%81.57%-
HSV(B)175.71º12.61%87.06%-
XYZ61.2968.8877.77-
YUV213.4131.72114.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.50%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 220 (86.33% from 255) = 34.59%
R=30.50%
G=34.91%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1942222200.1300.010.13175.7129.7981.57
HexC2DEDCD01Db01e52
Octal30233633415011526036122
Binary110000101101111011011100110101110110110000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DEDC; }

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

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

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

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

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

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

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

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