Shades of Iceberg #CEDEDA
Tints of Iceberg #CEDEDA
RGB
CMYK
RGB Variations
Color information
#CEDEDA (or 0xCEDEDA) is known color: Iceberg. HEX triplet: CE, DE and DA. RGB value is (206,222,218). Sum of RGB (Red+Green+Blue) = 206+222+218=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEDA is #312125. Grayscale: #D8D8D8. Windows color (decimal): -3219750 or 14343886. OLE color: 14343886.
HSL color Cylindrical-coordinate representation of color #CEDEDA: hue angle of 165º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDEDA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 222 | 218 | - |
CMYK | 0.07 | 0 | 0.02 | 0.13 |
HSL | 165º | 0.2% | 0.84% | - |
HSV(B) | 165º | 0.07% | 0.87% | - |
XYZ | 64.23 | 70.43 | 76.54 | - |
YUV | 216.76 | 128.7 | 120.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 218 | 0.07 | 0 | 0.02 | 0.13 | 165 | 0.2 | 0.84 |
Hex | CE | DE | DA | 7 | 0 | 2 | D | A5 | 14 | 54 |
Octal | 316 | 336 | 332 | 7 | 0 | 2 | 15 | 245 | 24 | 124 |
Binary | 11001110 | 11011110 | 11011010 | 111 | 0 | 10 | 1101 | 10100101 | 10100 | 1010100 |
Color Harmonies of #CEDEDA
Complementary color
Monochromatic Colors of #CEDEDA
Black with #CEDEDA
Text Example
Text Example
White with #CEDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEDA; }
p { color: rgb(206,222,218); }
H1.HeaderClassName
{
color: #CEDEDA;
}
.AnyTagClassName
{
color: #CEDEDA;
}
</style>
background-color css
<style>
a { background-color: #CEDEDA; }
a { background-color: rgb(206,222,218); }
div.DivClassName
{
background-color: #CEDEDA;
}
.BgClassName
{
background-color: #CEDEDA;
}
</style>
border-color css
<style>
span { border-color: #CEDEDA; }
span { border-color: rgb(206,222,218); }
td.TdClassName
{
border-color: #CEDEDA;
}
.TagClassName
{
border-color: #CEDEDA;
}
</style>