#C4E0DC

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

Shades of Jagged Ice #C4E0DC

Tints of Jagged Ice #C4E0DC

Color information

#C4E0DC (or 0xC4E0DC) is unknown color: approx Jagged Ice. HEX triplet: C4, E0 and DC. RGB value is (196,224,220). Sum of RGB (Red+Green+Blue) = 196+224+220=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4E0DC is #3B1F23. Grayscale: #D7D7D7. Windows color (decimal): -3874596 or 14475460. OLE color: 14475460.

HSL color Cylindrical-coordinate representation of color #C4E0DC: hue angle of 171.43º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4E0DC is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB196224220-
CMYK0.1200.020.12
HSL171.43º31.11%82.35%-
HSV(B)171.43º12.5%87.84%-
XYZ62.3470.2177.98-
YUV215.17130.72114.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.62%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 220 (86.33% from 255) = 34.38%
R=30.62%
G=35%
B=34.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962242200.1200.020.12171.4331.1182.35
HexC4E0DCC02Cab1f52
Octal30434033414021425337122
Binary1100010011100000110111001100010110010101011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E0DC; }

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

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

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

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

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

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

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

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