Shades of Iceberg #CFD7D4
Tints of Iceberg #CFD7D4
RGB
CMYK
RGB Variations
Color information
#CFD7D4 (or 0xCFD7D4) is known color: Iceberg. HEX triplet: CF, D7 and D4. RGB value is (207,215,212). Sum of RGB (Red+Green+Blue) = 207+215+212=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7D4 is #30282B. Grayscale: #D4D4D4. Windows color (decimal): -3156012 or 13948879. OLE color: 13948879.
HSL color Cylindrical-coordinate representation of color #CFD7D4: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFD7D4 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 215 | 212 | - |
CMYK | 0.04 | 0 | 0.01 | 0.16 |
HSL | 157.5º | 0.09% | 0.83% | - |
HSV(B) | 157.5º | 0.04% | 0.84% | - |
XYZ | 61.92 | 66.62 | 71.88 | - |
YUV | 212.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 215 | 212 | 0.04 | 0 | 0.01 | 0.16 | 157.5 | 0.09 | 0.83 |
Hex | CF | D7 | D4 | 4 | 0 | 1 | 10 | 9E | 9 | 53 |
Octal | 317 | 327 | 324 | 4 | 0 | 1 | 20 | 236 | 11 | 123 |
Binary | 11001111 | 11010111 | 11010100 | 100 | 0 | 1 | 10000 | 10011110 | 1001 | 1010011 |
Color Harmonies of #CFD7D4
Complementary color
Monochromatic Colors of #CFD7D4
Black with #CFD7D4
Text Example
Text Example
White with #CFD7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD7D4; }
p { color: rgb(207,215,212); }
H1.HeaderClassName
{
color: #CFD7D4;
}
.AnyTagClassName
{
color: #CFD7D4;
}
</style>
background-color css
<style>
a { background-color: #CFD7D4; }
a { background-color: rgb(207,215,212); }
div.DivClassName
{
background-color: #CFD7D4;
}
.BgClassName
{
background-color: #CFD7D4;
}
</style>
border-color css
<style>
span { border-color: #CFD7D4; }
span { border-color: rgb(207,215,212); }
td.TdClassName
{
border-color: #CFD7D4;
}
.TagClassName
{
border-color: #CFD7D4;
}
</style>