#C0DFDA

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

Shades of Jagged Ice #C0DFDA

Tints of Jagged Ice #C0DFDA

Color information

#C0DFDA (or 0xC0DFDA) is unknown color: approx Jagged Ice. HEX triplet: C0, DF and DA. RGB value is (192,223,218). Sum of RGB (Red+Green+Blue) = 192+223+218=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDA is #3F2025. Grayscale: #D5D5D5. Windows color (decimal): -4136998 or 14344128. OLE color: 14344128.

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

Color convert

RGB192223218-
CMYK0.1400.020.13
HSL170.32º32.63%81.37%-
HSV(B)170.32º13.9%87.45%-
XYZ60.7869.0476.45-
YUV213.16130.73112.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 218 (85.55% from 255) = 34.44%
R=30.33%
G=35.23%
B=34.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232180.1400.020.13170.3232.6381.37
HexC0DFDAE02Daa2151
Octal30033733216021525241121
Binary11000000110111111101101011100101101101010101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFDA; }

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

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

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

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

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

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

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

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