Shades of Sulu #CEED8D
Tints of Sulu #CEED8D
RGB
CMYK
RGB Variations
Color information
#CEED8D (or 0xCEED8D) is known color: Sulu. HEX triplet: CE, ED and 8D. RGB value is (206,237,141). Sum of RGB (Red+Green+Blue) = 206+237+141=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED8D is #311272. Grayscale: #D9D9D9. Windows color (decimal): -3215987 or 9301454. OLE color: 9301454.
HSL color Cylindrical-coordinate representation of color #CEED8D: hue angle of 79.38º degrees, saturation: 0.73, 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 #CEED8D is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 141 | - |
| CMYK | 0.13 | 0 | 0.41 | 0.07 |
| HSL | 79.38º | 0.73% | 0.74% | - |
| HSV(B) | 79.38º | 0.41% | 0.93% | - |
| XYZ | 60.55 | 75.61 | 36.6 | - |
| YUV | 216.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 141 | 0.13 | 0 | 0.41 | 0.07 | 79.38 | 0.73 | 0.74 |
| Hex | CE | ED | 8D | D | 0 | 29 | 7 | 4F | 49 | 4A |
| Octal | 316 | 355 | 215 | 15 | 0 | 51 | 7 | 117 | 111 | 112 |
| Binary | 11001110 | 11101101 | 10001101 | 1101 | 0 | 101001 | 111 | 1001111 | 1001001 | 1001010 |
Color Harmonies of #CEED8D
Complementary color
Monochromatic Colors of #CEED8D
Black with #CEED8D
Text Example
Text Example
White with #CEED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED8D; }
p { color: rgb(206,237,141); }
H1.HeaderClassName
{
color: #CEED8D;
}
.AnyTagClassName
{
color: #CEED8D;
}
</style>
background-color css
<style>
a { background-color: #CEED8D; }
a { background-color: rgb(206,237,141); }
div.DivClassName
{
background-color: #CEED8D;
}
.BgClassName
{
background-color: #CEED8D;
}
</style>
border-color css
<style>
span { border-color: #CEED8D; }
span { border-color: rgb(206,237,141); }
td.TdClassName
{
border-color: #CEED8D;
}
.TagClassName
{
border-color: #CEED8D;
}
</style>