Shades of Reef #CDDBA5
Tints of Reef #CDDBA5
RGB
CMYK
RGB Variations
Color information
#CDDBA5 (or 0xCDDBA5) is known color: Reef. HEX triplet: CD, DB and A5. RGB value is (205,219,165). Sum of RGB (Red+Green+Blue) = 205+219+165=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA5 is #32245A. Grayscale: #D0D0D0. Windows color (decimal): -3286107 or 10869709. OLE color: 10869709.
HSL color Cylindrical-coordinate representation of color #CDDBA5: hue angle of 75.56º degrees, saturation: 0.43, 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 #CDDBA5 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 165 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.14 |
| HSL | 75.56º | 0.43% | 0.75% | - |
| HSV(B) | 75.56º | 0.25% | 0.86% | - |
| XYZ | 57.3 | 66.36 | 45.39 | - |
| YUV | 208.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 165 | 0.06 | 0 | 0.25 | 0.14 | 75.56 | 0.43 | 0.75 |
| Hex | CD | DB | A5 | 6 | 0 | 19 | E | 4C | 2B | 4B |
| Octal | 315 | 333 | 245 | 6 | 0 | 31 | 16 | 114 | 53 | 113 |
| Binary | 11001101 | 11011011 | 10100101 | 110 | 0 | 11001 | 1110 | 1001100 | 101011 | 1001011 |
Color Harmonies of #CDDBA5
Complementary color
Monochromatic Colors of #CDDBA5
Black with #CDDBA5
Text Example
Text Example
White with #CDDBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBA5; }
p { color: rgb(205,219,165); }
H1.HeaderClassName
{
color: #CDDBA5;
}
.AnyTagClassName
{
color: #CDDBA5;
}
</style>
background-color css
<style>
a { background-color: #CDDBA5; }
a { background-color: rgb(205,219,165); }
div.DivClassName
{
background-color: #CDDBA5;
}
.BgClassName
{
background-color: #CDDBA5;
}
</style>
border-color css
<style>
span { border-color: #CDDBA5; }
span { border-color: rgb(205,219,165); }
td.TdClassName
{
border-color: #CDDBA5;
}
.TagClassName
{
border-color: #CDDBA5;
}
</style>