Shades of Reef #CDDB9A
Tints of Reef #CDDB9A
RGB
CMYK
RGB Variations
Color information
#CDDB9A (or 0xCDDB9A) is known color: Reef. HEX triplet: CD, DB and 9A. RGB value is (205,219,154). Sum of RGB (Red+Green+Blue) = 205+219+154=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB9A is #322465. Grayscale: #CFCFCF. Windows color (decimal): -3286118 or 10148813. OLE color: 10148813.
HSL color Cylindrical-coordinate representation of color #CDDB9A: hue angle of 72.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDDB9A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 154 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.14 |
| HSL | 72.92º | 0.47% | 0.73% | - |
| HSV(B) | 72.92º | 0.3% | 0.86% | - |
| XYZ | 56.34 | 65.98 | 40.34 | - |
| YUV | 207.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 154 | 0.06 | 0 | 0.30 | 0.14 | 72.92 | 0.47 | 0.73 |
| Hex | CD | DB | 9A | 6 | 0 | 1E | E | 49 | 2F | 49 |
| Octal | 315 | 333 | 232 | 6 | 0 | 36 | 16 | 111 | 57 | 111 |
| Binary | 11001101 | 11011011 | 10011010 | 110 | 0 | 11110 | 1110 | 1001001 | 101111 | 1001001 |
Color Harmonies of #CDDB9A
Complementary color
Monochromatic Colors of #CDDB9A
Black with #CDDB9A
Text Example
Text Example
White with #CDDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB9A; }
p { color: rgb(205,219,154); }
H1.HeaderClassName
{
color: #CDDB9A;
}
.AnyTagClassName
{
color: #CDDB9A;
}
</style>
background-color css
<style>
a { background-color: #CDDB9A; }
a { background-color: rgb(205,219,154); }
div.DivClassName
{
background-color: #CDDB9A;
}
.BgClassName
{
background-color: #CDDB9A;
}
</style>
border-color css
<style>
span { border-color: #CDDB9A; }
span { border-color: rgb(205,219,154); }
td.TdClassName
{
border-color: #CDDB9A;
}
.TagClassName
{
border-color: #CDDB9A;
}
</style>