Shades of Granny Apple #CEDAD0
Tints of Granny Apple #CEDAD0
RGB
CMYK
RGB Variations
Color information
#CEDAD0 (or 0xCEDAD0) is known color: Granny Apple. HEX triplet: CE, DA and D0. RGB value is (206,218,208). Sum of RGB (Red+Green+Blue) = 206+218+208=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD0 is #31252F. Grayscale: #D5D5D5. Windows color (decimal): -3220784 or 13687502. OLE color: 13687502.
HSL color Cylindrical-coordinate representation of color #CEDAD0: hue angle of 130º 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 #CEDAD0 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 208 | - |
CMYK | 0.06 | 0 | 0.05 | 0.15 |
HSL | 130º | 0.14% | 0.83% | - |
HSV(B) | 130º | 0.06% | 0.85% | - |
XYZ | 61.91 | 67.82 | 69.5 | - |
YUV | 213.27 | 125.02 | 122.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 208 | 0.06 | 0 | 0.05 | 0.15 | 130 | 0.14 | 0.83 |
Hex | CE | DA | D0 | 6 | 0 | 5 | F | 82 | E | 53 |
Octal | 316 | 332 | 320 | 6 | 0 | 5 | 17 | 202 | 16 | 123 |
Binary | 11001110 | 11011010 | 11010000 | 110 | 0 | 101 | 1111 | 10000010 | 1110 | 1010011 |
Color Harmonies of #CEDAD0
Complementary color
Monochromatic Colors of #CEDAD0
Black with #CEDAD0
Text Example
Text Example
White with #CEDAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAD0; }
p { color: rgb(206,218,208); }
H1.HeaderClassName
{
color: #CEDAD0;
}
.AnyTagClassName
{
color: #CEDAD0;
}
</style>
background-color css
<style>
a { background-color: #CEDAD0; }
a { background-color: rgb(206,218,208); }
div.DivClassName
{
background-color: #CEDAD0;
}
.BgClassName
{
background-color: #CEDAD0;
}
</style>
border-color css
<style>
span { border-color: #CEDAD0; }
span { border-color: rgb(206,218,208); }
td.TdClassName
{
border-color: #CEDAD0;
}
.TagClassName
{
border-color: #CEDAD0;
}
</style>