Shades of Sulu #CEDF8C
Tints of Sulu #CEDF8C
RGB
CMYK
RGB Variations
Color information
#CEDF8C (or 0xCEDF8C) is known color: Sulu. HEX triplet: CE, DF and 8C. RGB value is (206,223,140). Sum of RGB (Red+Green+Blue) = 206+223+140=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF8C is #312073. Grayscale: #D0D0D0. Windows color (decimal): -3219572 or 9232334. OLE color: 9232334.
HSL color Cylindrical-coordinate representation of color #CEDF8C: hue angle of 72.29º degrees, saturation: 0.56, 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 #CEDF8C is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 140 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.13 |
| HSL | 72.29º | 0.56% | 0.71% | - |
| HSV(B) | 72.29º | 0.37% | 0.87% | - |
| XYZ | 56.57 | 67.79 | 34.91 | - |
| YUV | 208.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 140 | 0.08 | 0 | 0.37 | 0.13 | 72.29 | 0.56 | 0.71 |
| Hex | CE | DF | 8C | 8 | 0 | 25 | D | 48 | 38 | 47 |
| Octal | 316 | 337 | 214 | 10 | 0 | 45 | 15 | 110 | 70 | 107 |
| Binary | 11001110 | 11011111 | 10001100 | 1000 | 0 | 100101 | 1101 | 1001000 | 111000 | 1000111 |
Color Harmonies of #CEDF8C
Complementary color
Monochromatic Colors of #CEDF8C
Black with #CEDF8C
Text Example
Text Example
White with #CEDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF8C; }
p { color: rgb(206,223,140); }
H1.HeaderClassName
{
color: #CEDF8C;
}
.AnyTagClassName
{
color: #CEDF8C;
}
</style>
background-color css
<style>
a { background-color: #CEDF8C; }
a { background-color: rgb(206,223,140); }
div.DivClassName
{
background-color: #CEDF8C;
}
.BgClassName
{
background-color: #CEDF8C;
}
</style>
border-color css
<style>
span { border-color: #CEDF8C; }
span { border-color: rgb(206,223,140); }
td.TdClassName
{
border-color: #CEDF8C;
}
.TagClassName
{
border-color: #CEDF8C;
}
</style>