Shades of Sulu #CEDF91
Tints of Sulu #CEDF91
RGB
CMYK
RGB Variations
Color information
#CEDF91 (or 0xCEDF91) is known color: Sulu. HEX triplet: CE, DF and 91. RGB value is (206,223,145). Sum of RGB (Red+Green+Blue) = 206+223+145=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF91 is #31206E. Grayscale: #D1D1D1. Windows color (decimal): -3219567 or 9560014. OLE color: 9560014.
HSL color Cylindrical-coordinate representation of color #CEDF91: hue angle of 73.08º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEDF91 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 145 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.13 |
| HSL | 73.08º | 0.55% | 0.72% | - |
| HSV(B) | 73.08º | 0.35% | 0.87% | - |
| XYZ | 56.95 | 67.94 | 36.9 | - |
| YUV | 209.03 | 91.87 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 145 | 0.08 | 0 | 0.35 | 0.13 | 73.08 | 0.55 | 0.72 |
| Hex | CE | DF | 91 | 8 | 0 | 23 | D | 49 | 37 | 48 |
| Octal | 316 | 337 | 221 | 10 | 0 | 43 | 15 | 111 | 67 | 110 |
| Binary | 11001110 | 11011111 | 10010001 | 1000 | 0 | 100011 | 1101 | 1001001 | 110111 | 1001000 |
Color Harmonies of #CEDF91
Complementary color
Monochromatic Colors of #CEDF91
Black with #CEDF91
Text Example
Text Example
White with #CEDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF91; }
p { color: rgb(206,223,145); }
H1.HeaderClassName
{
color: #CEDF91;
}
.AnyTagClassName
{
color: #CEDF91;
}
</style>
background-color css
<style>
a { background-color: #CEDF91; }
a { background-color: rgb(206,223,145); }
div.DivClassName
{
background-color: #CEDF91;
}
.BgClassName
{
background-color: #CEDF91;
}
</style>
border-color css
<style>
span { border-color: #CEDF91; }
span { border-color: rgb(206,223,145); }
td.TdClassName
{
border-color: #CEDF91;
}
.TagClassName
{
border-color: #CEDF91;
}
</style>