Shades of White Ice #CFF1DF
Tints of White Ice #CFF1DF
RGB
CMYK
RGB Variations
Color information
#CFF1DF (or 0xCFF1DF) is known color: White Ice. HEX triplet: CF, F1 and DF. RGB value is (207,241,223). Sum of RGB (Red+Green+Blue) = 207+241+223=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1DF is #300E20. Grayscale: #E4E4E4. Windows color (decimal): -3149345 or 14676431. OLE color: 14676431.
HSL color Cylindrical-coordinate representation of color #CFF1DF: hue angle of 148.24º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF1DF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 241 | 223 | - |
CMYK | 0.14 | 0 | 0.07 | 0.05 |
HSL | 148.24º | 0.55% | 0.88% | - |
HSV(B) | 148.24º | 0.14% | 0.95% | - |
XYZ | 70.51 | 81.5 | 81.83 | - |
YUV | 228.78 | 124.74 | 112.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 241 | 223 | 0.14 | 0 | 0.07 | 0.05 | 148.24 | 0.55 | 0.88 |
Hex | CF | F1 | DF | E | 0 | 7 | 5 | 94 | 37 | 58 |
Octal | 317 | 361 | 337 | 16 | 0 | 7 | 5 | 224 | 67 | 130 |
Binary | 11001111 | 11110001 | 11011111 | 1110 | 0 | 111 | 101 | 10010100 | 110111 | 1011000 |
Color Harmonies of #CFF1DF
Complementary color
Monochromatic Colors of #CFF1DF
Black with #CFF1DF
Text Example
Text Example
White with #CFF1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1DF; }
p { color: rgb(207,241,223); }
H1.HeaderClassName
{
color: #CFF1DF;
}
.AnyTagClassName
{
color: #CFF1DF;
}
</style>
background-color css
<style>
a { background-color: #CFF1DF; }
a { background-color: rgb(207,241,223); }
div.DivClassName
{
background-color: #CFF1DF;
}
.BgClassName
{
background-color: #CFF1DF;
}
</style>
border-color css
<style>
span { border-color: #CFF1DF; }
span { border-color: rgb(207,241,223); }
td.TdClassName
{
border-color: #CFF1DF;
}
.TagClassName
{
border-color: #CFF1DF;
}
</style>