Shades of Jagged Ice #C1DFDB
Tints of Jagged Ice #C1DFDB
RGB
CMYK
RGB Variations
Color information
#C1DFDB (or 0xC1DFDB) is known color: Jagged Ice. HEX triplet: C1, DF and DB. RGB value is (193,223,219). Sum of RGB (Red+Green+Blue) = 193+223+219=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFDB is #3E2024. Grayscale: #D5D5D5. Windows color (decimal): -4071461 or 14409665. OLE color: 14409665.
HSL color Cylindrical-coordinate representation of color #C1DFDB: hue angle of 172º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DFDB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 223 | 219 | - |
CMYK | 0.13 | 0 | 0.02 | 0.13 |
HSL | 172º | 0.32% | 0.82% | - |
HSV(B) | 172º | 0.13% | 0.87% | - |
XYZ | 61.17 | 69.23 | 77.16 | - |
YUV | 213.57 | 131.06 | 113.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 223 | 219 | 0.13 | 0 | 0.02 | 0.13 | 172 | 0.32 | 0.82 |
Hex | C1 | DF | DB | D | 0 | 2 | D | AC | 20 | 52 |
Octal | 301 | 337 | 333 | 15 | 0 | 2 | 15 | 254 | 40 | 122 |
Binary | 11000001 | 11011111 | 11011011 | 1101 | 0 | 10 | 1101 | 10101100 | 100000 | 1010010 |
Color Harmonies of #C1DFDB
Complementary color
Monochromatic Colors of #C1DFDB
Black with #C1DFDB
Text Example
Text Example
White with #C1DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DFDB; }
p { color: rgb(193,223,219); }
H1.HeaderClassName
{
color: #C1DFDB;
}
.AnyTagClassName
{
color: #C1DFDB;
}
</style>
background-color css
<style>
a { background-color: #C1DFDB; }
a { background-color: rgb(193,223,219); }
div.DivClassName
{
background-color: #C1DFDB;
}
.BgClassName
{
background-color: #C1DFDB;
}
</style>
border-color css
<style>
span { border-color: #C1DFDB; }
span { border-color: rgb(193,223,219); }
td.TdClassName
{
border-color: #C1DFDB;
}
.TagClassName
{
border-color: #C1DFDB;
}
</style>