Shades of Reef #CDDCA4
Tints of Reef #CDDCA4
RGB
CMYK
RGB Variations
Color information
#CDDCA4 (or 0xCDDCA4) is known color: Reef. HEX triplet: CD, DC and A4. RGB value is (205,220,164). Sum of RGB (Red+Green+Blue) = 205+220+164=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA4 is #32235B. Grayscale: #D1D1D1. Windows color (decimal): -3285852 or 10804429. OLE color: 10804429.
HSL color Cylindrical-coordinate representation of color #CDDCA4: hue angle of 76.07º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDDCA4 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 164 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.14 |
| HSL | 76.07º | 0.44% | 0.75% | - |
| HSV(B) | 76.07º | 0.25% | 0.86% | - |
| XYZ | 57.47 | 66.85 | 45 | - |
| YUV | 209.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 164 | 0.07 | 0 | 0.25 | 0.14 | 76.07 | 0.44 | 0.75 |
| Hex | CD | DC | A4 | 7 | 0 | 19 | E | 4C | 2C | 4B |
| Octal | 315 | 334 | 244 | 7 | 0 | 31 | 16 | 114 | 54 | 113 |
| Binary | 11001101 | 11011100 | 10100100 | 111 | 0 | 11001 | 1110 | 1001100 | 101100 | 1001011 |
Color Harmonies of #CDDCA4
Complementary color
Monochromatic Colors of #CDDCA4
Black with #CDDCA4
Text Example
Text Example
White with #CDDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCA4; }
p { color: rgb(205,220,164); }
H1.HeaderClassName
{
color: #CDDCA4;
}
.AnyTagClassName
{
color: #CDDCA4;
}
</style>
background-color css
<style>
a { background-color: #CDDCA4; }
a { background-color: rgb(205,220,164); }
div.DivClassName
{
background-color: #CDDCA4;
}
.BgClassName
{
background-color: #CDDCA4;
}
</style>
border-color css
<style>
span { border-color: #CDDCA4; }
span { border-color: rgb(205,220,164); }
td.TdClassName
{
border-color: #CDDCA4;
}
.TagClassName
{
border-color: #CDDCA4;
}
</style>