#C0DFDD

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

Shades of Jagged Ice #C0DFDD

Tints of Jagged Ice #C0DFDD

Color information

#C0DFDD (or 0xC0DFDD) is unknown color: approx Jagged Ice. HEX triplet: C0, DF and DD. RGB value is (192,223,221). Sum of RGB (Red+Green+Blue) = 192+223+221=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDD is #3F2022. Grayscale: #D5D5D5. Windows color (decimal): -4136995 or 14540736. OLE color: 14540736.

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

Color convert

RGB192223221-
CMYK0.1400.010.13
HSL176.13º32.63%81.37%-
HSV(B)176.13º13.9%87.45%-
XYZ61.1869.278.54-
YUV213.5132.23112.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=30.19%
G=35.06%
B=34.75%

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
Decimal1922232210.1400.010.13176.1332.6381.37
HexC0DFDDE01Db02151
Octal30033733516011526041121
Binary1100000011011111110111011110011101101100001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFDD; }

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

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

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

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

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

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

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

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