Shades of Reef #CDDFAA
Tints of Reef #CDDFAA
RGB
CMYK
RGB Variations
Color information
#CDDFAA (or 0xCDDFAA) is known color: Reef. HEX triplet: CD, DF and AA. RGB value is (205,223,170). Sum of RGB (Red+Green+Blue) = 205+223+170=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 170 (66.80% from 255 or 28.43% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFAA is #322055. Grayscale: #D3D3D3. Windows color (decimal): -3285078 or 11198413. OLE color: 11198413.
HSL color Cylindrical-coordinate representation of color #CDDFAA: hue angle of 80.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDDFAA is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 170 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.13 |
| HSL | 80.38º | 0.45% | 0.77% | - |
| HSV(B) | 80.38º | 0.24% | 0.87% | - |
| XYZ | 58.82 | 68.66 | 48.18 | - |
| YUV | 211.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 170 | 0.08 | 0 | 0.24 | 0.13 | 80.38 | 0.45 | 0.77 |
| Hex | CD | DF | AA | 8 | 0 | 18 | D | 50 | 2D | 4D |
| Octal | 315 | 337 | 252 | 10 | 0 | 30 | 15 | 120 | 55 | 115 |
| Binary | 11001101 | 11011111 | 10101010 | 1000 | 0 | 11000 | 1101 | 1010000 | 101101 | 1001101 |
Color Harmonies of #CDDFAA
Complementary color
Monochromatic Colors of #CDDFAA
Black with #CDDFAA
Text Example
Text Example
White with #CDDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFAA; }
p { color: rgb(205,223,170); }
H1.HeaderClassName
{
color: #CDDFAA;
}
.AnyTagClassName
{
color: #CDDFAA;
}
</style>
background-color css
<style>
a { background-color: #CDDFAA; }
a { background-color: rgb(205,223,170); }
div.DivClassName
{
background-color: #CDDFAA;
}
.BgClassName
{
background-color: #CDDFAA;
}
</style>
border-color css
<style>
span { border-color: #CDDFAA; }
span { border-color: rgb(205,223,170); }
td.TdClassName
{
border-color: #CDDFAA;
}
.TagClassName
{
border-color: #CDDFAA;
}
</style>