#C3DEDC

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

Shades of Jagged Ice #C3DEDC

Tints of Jagged Ice #C3DEDC

Color information

#C3DEDC (or 0xC3DEDC) is unknown color: approx Jagged Ice. HEX triplet: C3, DE and DC. RGB value is (195,222,220). Sum of RGB (Red+Green+Blue) = 195+222+220=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DEDC is #3C2123. Grayscale: #D5D5D5. Windows color (decimal): -3940644 or 14474947. OLE color: 14474947.

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

Color convert

RGB195222220-
CMYK0.1200.010.13
HSL175.56º29.03%81.76%-
HSV(B)175.56º12.16%87.06%-
XYZ61.5569.0177.79-
YUV213.7131.55114.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=30.61%
G=34.85%
B=34.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952222200.1200.010.13175.5629.0381.76
HexC3DEDCC01Db01d52
Octal30333633414011526035122
Binary110000111101111011011100110001110110110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DEDC; }

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

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

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

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

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

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

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

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