Shades of Reef #CDDFAB
Tints of Reef #CDDFAB
RGB
CMYK
RGB Variations
Color information
#CDDFAB (or 0xCDDFAB) is known color: Reef. HEX triplet: CD, DF and AB. RGB value is (205,223,171). Sum of RGB (Red+Green+Blue) = 205+223+171=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFAB is #322054. Grayscale: #D3D3D3. Windows color (decimal): -3285077 or 11263949. OLE color: 11263949.
HSL color Cylindrical-coordinate representation of color #CDDFAB: hue angle of 80.77º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDDFAB is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 171 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.13 |
| HSL | 80.77º | 0.45% | 0.77% | - |
| HSV(B) | 80.77º | 0.23% | 0.87% | - |
| XYZ | 58.92 | 68.69 | 48.68 | - |
| YUV | 211.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 171 | 0.08 | 0 | 0.23 | 0.13 | 80.77 | 0.45 | 0.77 |
| Hex | CD | DF | AB | 8 | 0 | 17 | D | 51 | 2D | 4D |
| Octal | 315 | 337 | 253 | 10 | 0 | 27 | 15 | 121 | 55 | 115 |
| Binary | 11001101 | 11011111 | 10101011 | 1000 | 0 | 10111 | 1101 | 1010001 | 101101 | 1001101 |
Color Harmonies of #CDDFAB
Complementary color
Monochromatic Colors of #CDDFAB
Black with #CDDFAB
Text Example
Text Example
White with #CDDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFAB; }
p { color: rgb(205,223,171); }
H1.HeaderClassName
{
color: #CDDFAB;
}
.AnyTagClassName
{
color: #CDDFAB;
}
</style>
background-color css
<style>
a { background-color: #CDDFAB; }
a { background-color: rgb(205,223,171); }
div.DivClassName
{
background-color: #CDDFAB;
}
.BgClassName
{
background-color: #CDDFAB;
}
</style>
border-color css
<style>
span { border-color: #CDDFAB; }
span { border-color: rgb(205,223,171); }
td.TdClassName
{
border-color: #CDDFAB;
}
.TagClassName
{
border-color: #CDDFAB;
}
</style>