Shades of Reef #CDDFA8
Tints of Reef #CDDFA8
RGB
CMYK
RGB Variations
Color information
#CDDFA8 (or 0xCDDFA8) is known color: Reef. HEX triplet: CD, DF and A8. RGB value is (205,223,168). Sum of RGB (Red+Green+Blue) = 205+223+168=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDFA8 is #322057. Grayscale: #D3D3D3. Windows color (decimal): -3285080 or 11067341. OLE color: 11067341.
HSL color Cylindrical-coordinate representation of color #CDDFA8: hue angle of 79.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDDFA8 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 168 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.13 |
| HSL | 79.64º | 0.46% | 0.77% | - |
| HSV(B) | 79.64º | 0.25% | 0.87% | - |
| XYZ | 58.63 | 68.58 | 47.19 | - |
| YUV | 211.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 168 | 0.08 | 0 | 0.25 | 0.13 | 79.64 | 0.46 | 0.77 |
| Hex | CD | DF | A8 | 8 | 0 | 19 | D | 50 | 2E | 4D |
| Octal | 315 | 337 | 250 | 10 | 0 | 31 | 15 | 120 | 56 | 115 |
| Binary | 11001101 | 11011111 | 10101000 | 1000 | 0 | 11001 | 1101 | 1010000 | 101110 | 1001101 |
Color Harmonies of #CDDFA8
Complementary color
Monochromatic Colors of #CDDFA8
Black with #CDDFA8
Text Example
Text Example
White with #CDDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFA8; }
p { color: rgb(205,223,168); }
H1.HeaderClassName
{
color: #CDDFA8;
}
.AnyTagClassName
{
color: #CDDFA8;
}
</style>
background-color css
<style>
a { background-color: #CDDFA8; }
a { background-color: rgb(205,223,168); }
div.DivClassName
{
background-color: #CDDFA8;
}
.BgClassName
{
background-color: #CDDFA8;
}
</style>
border-color css
<style>
span { border-color: #CDDFA8; }
span { border-color: rgb(205,223,168); }
td.TdClassName
{
border-color: #CDDFA8;
}
.TagClassName
{
border-color: #CDDFA8;
}
</style>