Shades of Sulu #CDEB88
Tints of Sulu #CDEB88
RGB
CMYK
RGB Variations
Color information
#CDEB88 (or 0xCDEB88) is known color: Sulu. HEX triplet: CD, EB and 88. RGB value is (205,235,136). Sum of RGB (Red+Green+Blue) = 205+235+136=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB88 is #321477. Grayscale: #D7D7D7. Windows color (decimal): -3282040 or 8973261. OLE color: 8973261.
HSL color Cylindrical-coordinate representation of color #CDEB88: hue angle of 78.18º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDEB88 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 136 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.08 |
| HSL | 78.18º | 0.71% | 0.73% | - |
| HSV(B) | 78.18º | 0.42% | 0.92% | - |
| XYZ | 59.33 | 74.17 | 34.48 | - |
| YUV | 214.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 136 | 0.13 | 0 | 0.42 | 0.08 | 78.18 | 0.71 | 0.73 |
| Hex | CD | EB | 88 | D | 0 | 2A | 8 | 4E | 47 | 49 |
| Octal | 315 | 353 | 210 | 15 | 0 | 52 | 10 | 116 | 107 | 111 |
| Binary | 11001101 | 11101011 | 10001000 | 1101 | 0 | 101010 | 1000 | 1001110 | 1000111 | 1001001 |
Color Harmonies of #CDEB88
Complementary color
Monochromatic Colors of #CDEB88
Black with #CDEB88
Text Example
Text Example
White with #CDEB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEB88; }
p { color: rgb(205,235,136); }
H1.HeaderClassName
{
color: #CDEB88;
}
.AnyTagClassName
{
color: #CDEB88;
}
</style>
background-color css
<style>
a { background-color: #CDEB88; }
a { background-color: rgb(205,235,136); }
div.DivClassName
{
background-color: #CDEB88;
}
.BgClassName
{
background-color: #CDEB88;
}
</style>
border-color css
<style>
span { border-color: #CDEB88; }
span { border-color: rgb(205,235,136); }
td.TdClassName
{
border-color: #CDEB88;
}
.TagClassName
{
border-color: #CDEB88;
}
</style>