Shades of Sulu #CDDF8D
Tints of Sulu #CDDF8D
RGB
CMYK
RGB Variations
Color information
#CDDF8D (or 0xCDDF8D) is known color: Sulu. HEX triplet: CD, DF and 8D. RGB value is (205,223,141). Sum of RGB (Red+Green+Blue) = 205+223+141=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 141 (55.47% from 255 or 24.78% from 569); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDF8D is #322072. Grayscale: #D0D0D0. Windows color (decimal): -3285107 or 9297869. OLE color: 9297869.
HSL color Cylindrical-coordinate representation of color #CDDF8D: hue angle of 73.17º 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 #CDDF8D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
RGB | 205 | 223 | 141 | - |
CMYK | 0.08 | 0 | 0.37 | 0.13 |
HSL | 73.17º | 0.56% | 0.71% | - |
HSV(B) | 73.17º | 0.37% | 0.87% | - |
XYZ | 56.37 | 67.68 | 35.29 | - |
YUV | 208.27 | 90.04 | 125.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 223 | 141 | 0.08 | 0 | 0.37 | 0.13 | 73.17 | 0.56 | 0.71 |
Hex | CD | DF | 8D | 8 | 0 | 25 | D | 49 | 38 | 47 |
Octal | 315 | 337 | 215 | 10 | 0 | 45 | 15 | 111 | 70 | 107 |
Binary | 11001101 | 11011111 | 10001101 | 1000 | 0 | 100101 | 1101 | 1001001 | 111000 | 1000111 |
Color Harmonies of #CDDF8D
Complementary color
Monochromatic Colors of #CDDF8D
Black with #CDDF8D
Text Example
Text Example
White with #CDDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF8D; }
p { color: rgb(205,223,141); }
H1.HeaderClassName
{
color: #CDDF8D;
}
.AnyTagClassName
{
color: #CDDF8D;
}
</style>
background-color css
<style>
a { background-color: #CDDF8D; }
a { background-color: rgb(205,223,141); }
div.DivClassName
{
background-color: #CDDF8D;
}
.BgClassName
{
background-color: #CDDF8D;
}
</style>
border-color css
<style>
span { border-color: #CDDF8D; }
span { border-color: rgb(205,223,141); }
td.TdClassName
{
border-color: #CDDF8D;
}
.TagClassName
{
border-color: #CDDF8D;
}
</style>