Shades of Iceberg #CED6D3
Tints of Iceberg #CED6D3
RGB
CMYK
RGB Variations
Color information
#CED6D3 (or 0xCED6D3) is known color: Iceberg. HEX triplet: CE, D6 and D3. RGB value is (206,214,211). Sum of RGB (Red+Green+Blue) = 206+214+211=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D3 is #31292C. Grayscale: #D3D3D3. Windows color (decimal): -3221805 or 13883086. OLE color: 13883086.
HSL color Cylindrical-coordinate representation of color #CED6D3: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6D3 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 211 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.16 |
| HSL | 157.5º | 0.09% | 0.82% | - |
| HSV(B) | 157.5º | 0.04% | 0.84% | - |
| XYZ | 61.26 | 65.92 | 71.12 | - |
| YUV | 211.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 211 | 0.04 | 0 | 0.01 | 0.16 | 157.5 | 0.09 | 0.82 |
| Hex | CE | D6 | D3 | 4 | 0 | 1 | 10 | 9E | 9 | 52 |
| Octal | 316 | 326 | 323 | 4 | 0 | 1 | 20 | 236 | 11 | 122 |
| Binary | 11001110 | 11010110 | 11010011 | 100 | 0 | 1 | 10000 | 10011110 | 1001 | 1010010 |
Color Harmonies of #CED6D3
Complementary color
Monochromatic Colors of #CED6D3
Black with #CED6D3
Text Example
Text Example
White with #CED6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6D3; }
p { color: rgb(206,214,211); }
H1.HeaderClassName
{
color: #CED6D3;
}
.AnyTagClassName
{
color: #CED6D3;
}
</style>
background-color css
<style>
a { background-color: #CED6D3; }
a { background-color: rgb(206,214,211); }
div.DivClassName
{
background-color: #CED6D3;
}
.BgClassName
{
background-color: #CED6D3;
}
</style>
border-color css
<style>
span { border-color: #CED6D3; }
span { border-color: rgb(206,214,211); }
td.TdClassName
{
border-color: #CED6D3;
}
.TagClassName
{
border-color: #CED6D3;
}
</style>