Shades of Sulu #CFDF8F
Tints of Sulu #CFDF8F
RGB
CMYK
RGB Variations
Color information
#CFDF8F (or 0xCFDF8F) is known color: Sulu. HEX triplet: CF, DF and 8F. RGB value is (207,223,143). Sum of RGB (Red+Green+Blue) = 207+223+143=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF8F is #302070. Grayscale: #D1D1D1. Windows color (decimal): -3154033 or 9428943. OLE color: 9428943.
HSL color Cylindrical-coordinate representation of color #CFDF8F: hue angle of 72º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFDF8F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 143 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.13 |
| HSL | 72º | 0.56% | 0.72% | - |
| HSV(B) | 72º | 0.36% | 0.87% | - |
| XYZ | 57.08 | 68.02 | 36.11 | - |
| YUV | 209.1 | 90.7 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 143 | 0.07 | 0 | 0.36 | 0.13 | 72 | 0.56 | 0.72 |
| Hex | CF | DF | 8F | 7 | 0 | 24 | D | 48 | 38 | 48 |
| Octal | 317 | 337 | 217 | 7 | 0 | 44 | 15 | 110 | 70 | 110 |
| Binary | 11001111 | 11011111 | 10001111 | 111 | 0 | 100100 | 1101 | 1001000 | 111000 | 1001000 |
Color Harmonies of #CFDF8F
Complementary color
Monochromatic Colors of #CFDF8F
Black with #CFDF8F
Text Example
Text Example
White with #CFDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF8F; }
p { color: rgb(207,223,143); }
H1.HeaderClassName
{
color: #CFDF8F;
}
.AnyTagClassName
{
color: #CFDF8F;
}
</style>
background-color css
<style>
a { background-color: #CFDF8F; }
a { background-color: rgb(207,223,143); }
div.DivClassName
{
background-color: #CFDF8F;
}
.BgClassName
{
background-color: #CFDF8F;
}
</style>
border-color css
<style>
span { border-color: #CFDF8F; }
span { border-color: rgb(207,223,143); }
td.TdClassName
{
border-color: #CFDF8F;
}
.TagClassName
{
border-color: #CFDF8F;
}
</style>