#C0DFDB

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

Shades of Jagged Ice #C0DFDB

Tints of Jagged Ice #C0DFDB

Color information

#C0DFDB (or 0xC0DFDB) is unknown color: approx Jagged Ice. HEX triplet: C0, DF and DB. RGB value is (192,223,219). Sum of RGB (Red+Green+Blue) = 192+223+219=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFDB is #3F2024. Grayscale: #D5D5D5. Windows color (decimal): -4136997 or 14409664. OLE color: 14409664.

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

Color convert

RGB192223219-
CMYK0.1400.020.13
HSL172.26º32.63%81.37%-
HSV(B)172.26º13.9%87.45%-
XYZ60.9169.177.14-
YUV213.27131.23112.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=30.28%
G=35.17%
B=34.54%

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
Decimal1922232190.1400.020.13172.2632.6381.37
HexC0DFDBE02Dac2151
Octal30033733316021525441121
Binary11000000110111111101101111100101101101011001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFDB; }

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

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

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

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

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

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

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

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