Shades of Iceberg #CEDFDB
Tints of Iceberg #CEDFDB
RGB
CMYK
RGB Variations
Color information
#CEDFDB (or 0xCEDFDB) is known color: Iceberg. HEX triplet: CE, DF and DB. RGB value is (206,223,219). Sum of RGB (Red+Green+Blue) = 206+223+219=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDB is #312024. Grayscale: #D9D9D9. Windows color (decimal): -3219493 or 14409678. OLE color: 14409678.
HSL color Cylindrical-coordinate representation of color #CEDFDB: hue angle of 165.88º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFDB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 219 | - |
CMYK | 0.08 | 0 | 0.02 | 0.13 |
HSL | 165.88º | 0.21% | 0.84% | - |
HSV(B) | 165.88º | 0.08% | 0.87% | - |
XYZ | 64.63 | 71.01 | 77.32 | - |
YUV | 217.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 219 | 0.08 | 0 | 0.02 | 0.13 | 165.88 | 0.21 | 0.84 |
Hex | CE | DF | DB | 8 | 0 | 2 | D | A6 | 15 | 54 |
Octal | 316 | 337 | 333 | 10 | 0 | 2 | 15 | 246 | 25 | 124 |
Binary | 11001110 | 11011111 | 11011011 | 1000 | 0 | 10 | 1101 | 10100110 | 10101 | 1010100 |
Color Harmonies of #CEDFDB
Complementary color
Monochromatic Colors of #CEDFDB
Black with #CEDFDB
Text Example
Text Example
White with #CEDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFDB; }
p { color: rgb(206,223,219); }
H1.HeaderClassName
{
color: #CEDFDB;
}
.AnyTagClassName
{
color: #CEDFDB;
}
</style>
background-color css
<style>
a { background-color: #CEDFDB; }
a { background-color: rgb(206,223,219); }
div.DivClassName
{
background-color: #CEDFDB;
}
.BgClassName
{
background-color: #CEDFDB;
}
</style>
border-color css
<style>
span { border-color: #CEDFDB; }
span { border-color: rgb(206,223,219); }
td.TdClassName
{
border-color: #CEDFDB;
}
.TagClassName
{
border-color: #CEDFDB;
}
</style>