Shades of Sulu #CFDF8C
Tints of Sulu #CFDF8C
RGB
CMYK
RGB Variations
Color information
#CFDF8C (or 0xCFDF8C) is known color: Sulu. HEX triplet: CF, DF and 8C. RGB value is (207,223,140). Sum of RGB (Red+Green+Blue) = 207+223+140=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF8C is #302073. Grayscale: #D1D1D1. Windows color (decimal): -3154036 or 9232335. OLE color: 9232335.
HSL color Cylindrical-coordinate representation of color #CFDF8C: hue angle of 71.57º 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 #CFDF8C is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 140 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.13 |
| HSL | 71.57º | 0.56% | 0.71% | - |
| HSV(B) | 71.57º | 0.37% | 0.87% | - |
| XYZ | 56.85 | 67.93 | 34.93 | - |
| YUV | 208.75 | 89.2 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 140 | 0.07 | 0 | 0.37 | 0.13 | 71.57 | 0.56 | 0.71 |
| Hex | CF | DF | 8C | 7 | 0 | 25 | D | 48 | 38 | 47 |
| Octal | 317 | 337 | 214 | 7 | 0 | 45 | 15 | 110 | 70 | 107 |
| Binary | 11001111 | 11011111 | 10001100 | 111 | 0 | 100101 | 1101 | 1001000 | 111000 | 1000111 |
Color Harmonies of #CFDF8C
Complementary color
Monochromatic Colors of #CFDF8C
Black with #CFDF8C
Text Example
Text Example
White with #CFDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF8C; }
p { color: rgb(207,223,140); }
H1.HeaderClassName
{
color: #CFDF8C;
}
.AnyTagClassName
{
color: #CFDF8C;
}
</style>
background-color css
<style>
a { background-color: #CFDF8C; }
a { background-color: rgb(207,223,140); }
div.DivClassName
{
background-color: #CFDF8C;
}
.BgClassName
{
background-color: #CFDF8C;
}
</style>
border-color css
<style>
span { border-color: #CFDF8C; }
span { border-color: rgb(207,223,140); }
td.TdClassName
{
border-color: #CFDF8C;
}
.TagClassName
{
border-color: #CFDF8C;
}
</style>