Shades of Sulu #CEDE8C
Tints of Sulu #CEDE8C
RGB
CMYK
RGB Variations
Color information
#CEDE8C (or 0xCEDE8C) is known color: Sulu. HEX triplet: CE, DE and 8C. RGB value is (206,222,140). Sum of RGB (Red+Green+Blue) = 206+222+140=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE8C is #312173. Grayscale: #D0D0D0. Windows color (decimal): -3219828 or 9232078. OLE color: 9232078.
HSL color Cylindrical-coordinate representation of color #CEDE8C: hue angle of 71.71º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEDE8C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 140 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.13 |
| HSL | 71.71º | 0.55% | 0.71% | - |
| HSV(B) | 71.71º | 0.37% | 0.87% | - |
| XYZ | 56.31 | 67.26 | 34.83 | - |
| YUV | 207.87 | 89.7 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 140 | 0.07 | 0 | 0.37 | 0.13 | 71.71 | 0.55 | 0.71 |
| Hex | CE | DE | 8C | 7 | 0 | 25 | D | 48 | 37 | 47 |
| Octal | 316 | 336 | 214 | 7 | 0 | 45 | 15 | 110 | 67 | 107 |
| Binary | 11001110 | 11011110 | 10001100 | 111 | 0 | 100101 | 1101 | 1001000 | 110111 | 1000111 |
Color Harmonies of #CEDE8C
Complementary color
Monochromatic Colors of #CEDE8C
Black with #CEDE8C
Text Example
Text Example
White with #CEDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE8C; }
p { color: rgb(206,222,140); }
H1.HeaderClassName
{
color: #CEDE8C;
}
.AnyTagClassName
{
color: #CEDE8C;
}
</style>
background-color css
<style>
a { background-color: #CEDE8C; }
a { background-color: rgb(206,222,140); }
div.DivClassName
{
background-color: #CEDE8C;
}
.BgClassName
{
background-color: #CEDE8C;
}
</style>
border-color css
<style>
span { border-color: #CEDE8C; }
span { border-color: rgb(206,222,140); }
td.TdClassName
{
border-color: #CEDE8C;
}
.TagClassName
{
border-color: #CEDE8C;
}
</style>