Shades of Iceberg #CEDAD6
Tints of Iceberg #CEDAD6
RGB
CMYK
RGB Variations
Color information
#CEDAD6 (or 0xCEDAD6) is known color: Iceberg. HEX triplet: CE, DA and D6. RGB value is (206,218,214). Sum of RGB (Red+Green+Blue) = 206+218+214=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD6 is #312529. Grayscale: #D5D5D5. Windows color (decimal): -3220778 or 14080718. OLE color: 14080718.
HSL color Cylindrical-coordinate representation of color #CEDAD6: hue angle of 160º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDAD6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 214 | - |
CMYK | 0.06 | 0 | 0.02 | 0.15 |
HSL | 160º | 0.14% | 0.83% | - |
HSV(B) | 160º | 0.06% | 0.85% | - |
XYZ | 62.66 | 68.12 | 73.46 | - |
YUV | 213.96 | 128.02 | 122.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 214 | 0.06 | 0 | 0.02 | 0.15 | 160 | 0.14 | 0.83 |
Hex | CE | DA | D6 | 6 | 0 | 2 | F | A0 | E | 53 |
Octal | 316 | 332 | 326 | 6 | 0 | 2 | 17 | 240 | 16 | 123 |
Binary | 11001110 | 11011010 | 11010110 | 110 | 0 | 10 | 1111 | 10100000 | 1110 | 1010011 |
Color Harmonies of #CEDAD6
Complementary color
Monochromatic Colors of #CEDAD6
Black with #CEDAD6
Text Example
Text Example
White with #CEDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAD6; }
p { color: rgb(206,218,214); }
H1.HeaderClassName
{
color: #CEDAD6;
}
.AnyTagClassName
{
color: #CEDAD6;
}
</style>
background-color css
<style>
a { background-color: #CEDAD6; }
a { background-color: rgb(206,218,214); }
div.DivClassName
{
background-color: #CEDAD6;
}
.BgClassName
{
background-color: #CEDAD6;
}
</style>
border-color css
<style>
span { border-color: #CEDAD6; }
span { border-color: rgb(206,218,214); }
td.TdClassName
{
border-color: #CEDAD6;
}
.TagClassName
{
border-color: #CEDAD6;
}
</style>