Shades of Sulu #CEDF83
Tints of Sulu #CEDF83
RGB
CMYK
RGB Variations
Color information
#CEDF83 (or 0xCEDF83) is known color: Sulu. HEX triplet: CE, DF and 83. RGB value is (206,223,131). Sum of RGB (Red+Green+Blue) = 206+223+131=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF83 is #31207C. Grayscale: #CFCFCF. Windows color (decimal): -3219581 or 8642510. OLE color: 8642510.
HSL color Cylindrical-coordinate representation of color #CEDF83: hue angle of 71.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEDF83 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 131 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.13 |
| HSL | 71.09º | 0.59% | 0.69% | - |
| HSV(B) | 71.09º | 0.41% | 0.87% | - |
| XYZ | 55.94 | 67.54 | 31.56 | - |
| YUV | 207.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 131 | 0.08 | 0 | 0.41 | 0.13 | 71.09 | 0.59 | 0.69 |
| Hex | CE | DF | 83 | 8 | 0 | 29 | D | 47 | 3B | 45 |
| Octal | 316 | 337 | 203 | 10 | 0 | 51 | 15 | 107 | 73 | 105 |
| Binary | 11001110 | 11011111 | 10000011 | 1000 | 0 | 101001 | 1101 | 1000111 | 111011 | 1000101 |
Color Harmonies of #CEDF83
Complementary color
Monochromatic Colors of #CEDF83
Black with #CEDF83
Text Example
Text Example
White with #CEDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF83; }
p { color: rgb(206,223,131); }
H1.HeaderClassName
{
color: #CEDF83;
}
.AnyTagClassName
{
color: #CEDF83;
}
</style>
background-color css
<style>
a { background-color: #CEDF83; }
a { background-color: rgb(206,223,131); }
div.DivClassName
{
background-color: #CEDF83;
}
.BgClassName
{
background-color: #CEDF83;
}
</style>
border-color css
<style>
span { border-color: #CEDF83; }
span { border-color: rgb(206,223,131); }
td.TdClassName
{
border-color: #CEDF83;
}
.TagClassName
{
border-color: #CEDF83;
}
</style>