#C4DFDC

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

Shades of Jagged Ice #C4DFDC

Tints of Jagged Ice #C4DFDC

Color information

#C4DFDC (or 0xC4DFDC) is unknown color: approx Jagged Ice. HEX triplet: C4, DF and DC. RGB value is (196,223,220). Sum of RGB (Red+Green+Blue) = 196+223+220=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFDC is #3B2023. Grayscale: #D6D6D6. Windows color (decimal): -3874852 or 14475204. OLE color: 14475204.

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

Color convert

RGB196223220-
CMYK0.1200.010.13
HSL173.33º29.67%82.16%-
HSV(B)173.33º12.11%87.45%-
XYZ62.0769.6877.89-
YUV214.58131.05114.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.67%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=30.67%
G=34.90%
B=34.43%

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
Decimal1962232200.1200.010.13173.3329.6782.16
HexC4DFDCC01Dad1e52
Octal30433733414011525536122
Binary110001001101111111011100110001110110101101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFDC; }

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

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

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

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

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

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

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

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