#C0DFDC

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

Shades of Jagged Ice #C0DFDC

Tints of Jagged Ice #C0DFDC

Color information

#C0DFDC (or 0xC0DFDC) is unknown color: approx Jagged Ice. HEX triplet: C0, DF and DC. RGB value is (192,223,220). Sum of RGB (Red+Green+Blue) = 192+223+220=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDC is #3F2023. Grayscale: #D5D5D5. Windows color (decimal): -4136996 or 14475200. OLE color: 14475200.

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

Color convert

RGB192223220-
CMYK0.1400.010.13
HSL174.19º32.63%81.37%-
HSV(B)174.19º13.9%87.45%-
XYZ61.0469.1577.84-
YUV213.39131.73112.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=30.24%
G=35.12%
B=34.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232200.1400.010.13174.1932.6381.37
HexC0DFDCE01Dae2151
Octal30033733416011525641121
Binary1100000011011111110111001110011101101011101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFDC; }

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

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

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

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

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

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

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

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