Shades of Sulu #CDDE8B
Tints of Sulu #CDDE8B
RGB
CMYK
RGB Variations
Color information
#CDDE8B (or 0xCDDE8B) is known color: Sulu. HEX triplet: CD, DE and 8B. RGB value is (205,222,139). Sum of RGB (Red+Green+Blue) = 205+222+139=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDE8B is #322174. Grayscale: #CFCFCF. Windows color (decimal): -3285365 or 9166541. OLE color: 9166541.
HSL color Cylindrical-coordinate representation of color #CDDE8B: hue angle of 72.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDDE8B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 139 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.13 |
| HSL | 72.29º | 0.56% | 0.71% | - |
| HSV(B) | 72.29º | 0.37% | 0.87% | - |
| XYZ | 55.96 | 67.09 | 34.43 | - |
| YUV | 207.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 139 | 0.08 | 0 | 0.37 | 0.13 | 72.29 | 0.56 | 0.71 |
| Hex | CD | DE | 8B | 8 | 0 | 25 | D | 48 | 38 | 47 |
| Octal | 315 | 336 | 213 | 10 | 0 | 45 | 15 | 110 | 70 | 107 |
| Binary | 11001101 | 11011110 | 10001011 | 1000 | 0 | 100101 | 1101 | 1001000 | 111000 | 1000111 |
Color Harmonies of #CDDE8B
Complementary color
Monochromatic Colors of #CDDE8B
Black with #CDDE8B
Text Example
Text Example
White with #CDDE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDE8B; }
p { color: rgb(205,222,139); }
H1.HeaderClassName
{
color: #CDDE8B;
}
.AnyTagClassName
{
color: #CDDE8B;
}
</style>
background-color css
<style>
a { background-color: #CDDE8B; }
a { background-color: rgb(205,222,139); }
div.DivClassName
{
background-color: #CDDE8B;
}
.BgClassName
{
background-color: #CDDE8B;
}
</style>
border-color css
<style>
span { border-color: #CDDE8B; }
span { border-color: rgb(205,222,139); }
td.TdClassName
{
border-color: #CDDE8B;
}
.TagClassName
{
border-color: #CDDE8B;
}
</style>