#C4DEDC

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

Shades of Jagged Ice #C4DEDC

Tints of Jagged Ice #C4DEDC

Color information

#C4DEDC (or 0xC4DEDC) is unknown color: approx Jagged Ice. HEX triplet: C4, DE and DC. RGB value is (196,222,220). Sum of RGB (Red+Green+Blue) = 196+222+220=638 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.72% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEDC is #3B2123. Grayscale: #D5D5D5. Windows color (decimal): -3875108 or 14474948. OLE color: 14474948.

HSL color Cylindrical-coordinate representation of color #C4DEDC: hue angle of 175.38º degrees, saturation: 0.28, 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 #C4DEDC is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB196222220-
CMYK0.1200.010.13
HSL175.38º28.26%81.96%-
HSV(B)175.38º11.71%87.06%-
XYZ61.869.1577.8-
YUV214131.39115.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.72%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=30.72%
G=34.80%
B=34.48%

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
Decimal1962222200.1200.010.13175.3828.2681.96
HexC4DEDCC01Daf1c52
Octal30433633414011525734122
Binary110001001101111011011100110001110110101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DEDC; }

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

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

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

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

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

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

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

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