Shades of Ice Cold #AFDFD3
Tints of Ice Cold #AFDFD3
RGB
CMYK
RGB Variations
Color information
#AFDFD3 (or 0xAFDFD3) is known color: Ice Cold. HEX triplet: AF, DF and D3. RGB value is (175,223,211). Sum of RGB (Red+Green+Blue) = 175+223+211=609 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.74% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDFD3 is #50202C. Grayscale: #CFCFCF. Windows color (decimal): -5251117 or 13885359. OLE color: 13885359.
HSL color Cylindrical-coordinate representation of color #AFDFD3: hue angle of 165º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFD3 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 211 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.13 |
| HSL | 165º | 0.43% | 0.78% | - |
| HSV(B) | 165º | 0.22% | 0.87% | - |
| XYZ | 55.82 | 66.59 | 71.54 | - |
| YUV | 207.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 211 | 0.22 | 0 | 0.05 | 0.13 | 165 | 0.43 | 0.78 |
| Hex | AF | DF | D3 | 16 | 0 | 5 | D | A5 | 2B | 4E |
| Octal | 257 | 337 | 323 | 26 | 0 | 5 | 15 | 245 | 53 | 116 |
| Binary | 10101111 | 11011111 | 11010011 | 10110 | 0 | 101 | 1101 | 10100101 | 101011 | 1001110 |
Color Harmonies of #AFDFD3
Complementary color
Monochromatic Colors of #AFDFD3
Black with #AFDFD3
Text Example
Text Example
White with #AFDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDFD3; }
p { color: rgb(175,223,211); }
H1.HeaderClassName
{
color: #AFDFD3;
}
.AnyTagClassName
{
color: #AFDFD3;
}
</style>
background-color css
<style>
a { background-color: #AFDFD3; }
a { background-color: rgb(175,223,211); }
div.DivClassName
{
background-color: #AFDFD3;
}
.BgClassName
{
background-color: #AFDFD3;
}
</style>
border-color css
<style>
span { border-color: #AFDFD3; }
span { border-color: rgb(175,223,211); }
td.TdClassName
{
border-color: #AFDFD3;
}
.TagClassName
{
border-color: #AFDFD3;
}
</style>