Shades of Iceberg #CFDFD9
Tints of Iceberg #CFDFD9
RGB
CMYK
RGB Variations
Color information
#CFDFD9 (or 0xCFDFD9) is known color: Iceberg. HEX triplet: CF, DF and D9. RGB value is (207,223,217). Sum of RGB (Red+Green+Blue) = 207+223+217=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFD9 is #302026. Grayscale: #D9D9D9. Windows color (decimal): -3153959 or 14278607. OLE color: 14278607.
HSL color Cylindrical-coordinate representation of color #CFDFD9: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDFD9 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 223 | 217 | - |
CMYK | 0.07 | 0 | 0.03 | 0.13 |
HSL | 157.5º | 0.2% | 0.84% | - |
HSV(B) | 157.5º | 0.07% | 0.87% | - |
XYZ | 64.64 | 71.05 | 75.95 | - |
YUV | 217.53 | 127.7 | 120.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 223 | 217 | 0.07 | 0 | 0.03 | 0.13 | 157.5 | 0.2 | 0.84 |
Hex | CF | DF | D9 | 7 | 0 | 3 | D | 9E | 14 | 54 |
Octal | 317 | 337 | 331 | 7 | 0 | 3 | 15 | 236 | 24 | 124 |
Binary | 11001111 | 11011111 | 11011001 | 111 | 0 | 11 | 1101 | 10011110 | 10100 | 1010100 |
Color Harmonies of #CFDFD9
Complementary color
Monochromatic Colors of #CFDFD9
Black with #CFDFD9
Text Example
Text Example
White with #CFDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFD9; }
p { color: rgb(207,223,217); }
H1.HeaderClassName
{
color: #CFDFD9;
}
.AnyTagClassName
{
color: #CFDFD9;
}
</style>
background-color css
<style>
a { background-color: #CFDFD9; }
a { background-color: rgb(207,223,217); }
div.DivClassName
{
background-color: #CFDFD9;
}
.BgClassName
{
background-color: #CFDFD9;
}
</style>
border-color css
<style>
span { border-color: #CFDFD9; }
span { border-color: rgb(207,223,217); }
td.TdClassName
{
border-color: #CFDFD9;
}
.TagClassName
{
border-color: #CFDFD9;
}
</style>