Shades of Iceberg #CEDFD8
Tints of Iceberg #CEDFD8
RGB
CMYK
RGB Variations
Color information
#CEDFD8 (or 0xCEDFD8) is known color: Iceberg. HEX triplet: CE, DF and D8. RGB value is (206,223,216). Sum of RGB (Red+Green+Blue) = 206+223+216=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD8 is #312027. Grayscale: #D9D9D9. Windows color (decimal): -3219496 or 14213070. OLE color: 14213070.
HSL color Cylindrical-coordinate representation of color #CEDFD8: hue angle of 155.29º 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 #CEDFD8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 216 | - |
CMYK | 0.08 | 0 | 0.03 | 0.13 |
HSL | 155.29º | 0.21% | 0.84% | - |
HSV(B) | 155.29º | 0.08% | 0.87% | - |
XYZ | 64.24 | 70.86 | 75.26 | - |
YUV | 217.12 | 127.37 | 120.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 216 | 0.08 | 0 | 0.03 | 0.13 | 155.29 | 0.21 | 0.84 |
Hex | CE | DF | D8 | 8 | 0 | 3 | D | 9B | 15 | 54 |
Octal | 316 | 337 | 330 | 10 | 0 | 3 | 15 | 233 | 25 | 124 |
Binary | 11001110 | 11011111 | 11011000 | 1000 | 0 | 11 | 1101 | 10011011 | 10101 | 1010100 |
Color Harmonies of #CEDFD8
Complementary color
Monochromatic Colors of #CEDFD8
Black with #CEDFD8
Text Example
Text Example
White with #CEDFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFD8; }
p { color: rgb(206,223,216); }
H1.HeaderClassName
{
color: #CEDFD8;
}
.AnyTagClassName
{
color: #CEDFD8;
}
</style>
background-color css
<style>
a { background-color: #CEDFD8; }
a { background-color: rgb(206,223,216); }
div.DivClassName
{
background-color: #CEDFD8;
}
.BgClassName
{
background-color: #CEDFD8;
}
</style>
border-color css
<style>
span { border-color: #CEDFD8; }
span { border-color: rgb(206,223,216); }
td.TdClassName
{
border-color: #CEDFD8;
}
.TagClassName
{
border-color: #CEDFD8;
}
</style>