Shades of Iceberg #CEDAD7
Tints of Iceberg #CEDAD7
RGB
CMYK
RGB Variations
Color information
#CEDAD7 (or 0xCEDAD7) is known color: Iceberg. HEX triplet: CE, DA and D7. RGB value is (206,218,215). Sum of RGB (Red+Green+Blue) = 206+218+215=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD7 is #312528. Grayscale: #D6D6D6. Windows color (decimal): -3220777 or 14146254. OLE color: 14146254.
HSL color Cylindrical-coordinate representation of color #CEDAD7: hue angle of 165º 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 #CEDAD7 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 215 | - |
CMYK | 0.06 | 0 | 0.01 | 0.15 |
HSL | 165º | 0.14% | 0.83% | - |
HSV(B) | 165º | 0.06% | 0.85% | - |
XYZ | 62.79 | 68.17 | 74.14 | - |
YUV | 214.07 | 128.52 | 122.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 215 | 0.06 | 0 | 0.01 | 0.15 | 165 | 0.14 | 0.83 |
Hex | CE | DA | D7 | 6 | 0 | 1 | F | A5 | E | 53 |
Octal | 316 | 332 | 327 | 6 | 0 | 1 | 17 | 245 | 16 | 123 |
Binary | 11001110 | 11011010 | 11010111 | 110 | 0 | 1 | 1111 | 10100101 | 1110 | 1010011 |
Color Harmonies of #CEDAD7
Complementary color
Monochromatic Colors of #CEDAD7
Black with #CEDAD7
Text Example
Text Example
White with #CEDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAD7; }
p { color: rgb(206,218,215); }
H1.HeaderClassName
{
color: #CEDAD7;
}
.AnyTagClassName
{
color: #CEDAD7;
}
</style>
background-color css
<style>
a { background-color: #CEDAD7; }
a { background-color: rgb(206,218,215); }
div.DivClassName
{
background-color: #CEDAD7;
}
.BgClassName
{
background-color: #CEDAD7;
}
</style>
border-color css
<style>
span { border-color: #CEDAD7; }
span { border-color: rgb(206,218,215); }
td.TdClassName
{
border-color: #CEDAD7;
}
.TagClassName
{
border-color: #CEDAD7;
}
</style>