Shades of Ice Cold #A8DDCA
Tints of Ice Cold #A8DDCA
RGB
CMYK
RGB Variations
Color information
#A8DDCA (or 0xA8DDCA) is known color: Ice Cold. HEX triplet: A8, DD and CA. RGB value is (168,221,202). Sum of RGB (Red+Green+Blue) = 168+221+202=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDCA is #572235. Grayscale: #CBCBCB. Windows color (decimal): -5710390 or 13295016. OLE color: 13295016.
HSL color Cylindrical-coordinate representation of color #A8DDCA: hue angle of 158.49º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DDCA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 221 | 202 | - |
CMYK | 0.24 | 0 | 0.09 | 0.13 |
HSL | 158.49º | 0.44% | 0.76% | - |
HSV(B) | 158.49º | 0.24% | 0.87% | - |
XYZ | 52.67 | 64.3 | 65.51 | - |
YUV | 202.99 | 127.44 | 103.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 221 | 202 | 0.24 | 0 | 0.09 | 0.13 | 158.49 | 0.44 | 0.76 |
Hex | A8 | DD | CA | 18 | 0 | 9 | D | 9E | 2C | 4C |
Octal | 250 | 335 | 312 | 30 | 0 | 11 | 15 | 236 | 54 | 114 |
Binary | 10101000 | 11011101 | 11001010 | 11000 | 0 | 1001 | 1101 | 10011110 | 101100 | 1001100 |
Color Harmonies of #A8DDCA
Complementary color
Monochromatic Colors of #A8DDCA
Black with #A8DDCA
Text Example
Text Example
White with #A8DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDCA; }
p { color: rgb(168,221,202); }
H1.HeaderClassName
{
color: #A8DDCA;
}
.AnyTagClassName
{
color: #A8DDCA;
}
</style>
background-color css
<style>
a { background-color: #A8DDCA; }
a { background-color: rgb(168,221,202); }
div.DivClassName
{
background-color: #A8DDCA;
}
.BgClassName
{
background-color: #A8DDCA;
}
</style>
border-color css
<style>
span { border-color: #A8DDCA; }
span { border-color: rgb(168,221,202); }
td.TdClassName
{
border-color: #A8DDCA;
}
.TagClassName
{
border-color: #A8DDCA;
}
</style>