Shades of Sulu #CEEE8D
Tints of Sulu #CEEE8D
RGB
CMYK
RGB Variations
Color information
#CEEE8D (or 0xCEEE8D) is known color: Sulu. HEX triplet: CE, EE and 8D. RGB value is (206,238,141). Sum of RGB (Red+Green+Blue) = 206+238+141=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 141 (55.47% from 255 or 24.10% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE8D is #311172. Grayscale: #D9D9D9. Windows color (decimal): -3215731 or 9301710. OLE color: 9301710.
HSL color Cylindrical-coordinate representation of color #CEEE8D: hue angle of 79.79º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEEE8D is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 141 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.07 |
| HSL | 79.79º | 0.74% | 0.74% | - |
| HSV(B) | 79.79º | 0.41% | 0.93% | - |
| XYZ | 60.84 | 76.19 | 36.7 | - |
| YUV | 217.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 141 | 0.13 | 0 | 0.41 | 0.07 | 79.79 | 0.74 | 0.74 |
| Hex | CE | EE | 8D | D | 0 | 29 | 7 | 50 | 4A | 4A |
| Octal | 316 | 356 | 215 | 15 | 0 | 51 | 7 | 120 | 112 | 112 |
| Binary | 11001110 | 11101110 | 10001101 | 1101 | 0 | 101001 | 111 | 1010000 | 1001010 | 1001010 |
Color Harmonies of #CEEE8D
Complementary color
Monochromatic Colors of #CEEE8D
Black with #CEEE8D
Text Example
Text Example
White with #CEEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE8D; }
p { color: rgb(206,238,141); }
H1.HeaderClassName
{
color: #CEEE8D;
}
.AnyTagClassName
{
color: #CEEE8D;
}
</style>
background-color css
<style>
a { background-color: #CEEE8D; }
a { background-color: rgb(206,238,141); }
div.DivClassName
{
background-color: #CEEE8D;
}
.BgClassName
{
background-color: #CEEE8D;
}
</style>
border-color css
<style>
span { border-color: #CEEE8D; }
span { border-color: rgb(206,238,141); }
td.TdClassName
{
border-color: #CEEE8D;
}
.TagClassName
{
border-color: #CEEE8D;
}
</style>