Shades of Reef #CDDB9B
Tints of Reef #CDDB9B
RGB
CMYK
RGB Variations
Color information
#CDDB9B (or 0xCDDB9B) is known color: Reef. HEX triplet: CD, DB and 9B. RGB value is (205,219,155). Sum of RGB (Red+Green+Blue) = 205+219+155=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB9B is #322464. Grayscale: #CFCFCF. Windows color (decimal): -3286117 or 10214349. OLE color: 10214349.
HSL color Cylindrical-coordinate representation of color #CDDB9B: hue angle of 73.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDDB9B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 155 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.14 |
| HSL | 73.13º | 0.47% | 0.73% | - |
| HSV(B) | 73.13º | 0.29% | 0.86% | - |
| XYZ | 56.42 | 66.01 | 40.78 | - |
| YUV | 207.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 155 | 0.06 | 0 | 0.29 | 0.14 | 73.13 | 0.47 | 0.73 |
| Hex | CD | DB | 9B | 6 | 0 | 1D | E | 49 | 2F | 49 |
| Octal | 315 | 333 | 233 | 6 | 0 | 35 | 16 | 111 | 57 | 111 |
| Binary | 11001101 | 11011011 | 10011011 | 110 | 0 | 11101 | 1110 | 1001001 | 101111 | 1001001 |
Color Harmonies of #CDDB9B
Complementary color
Monochromatic Colors of #CDDB9B
Black with #CDDB9B
Text Example
Text Example
White with #CDDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB9B; }
p { color: rgb(205,219,155); }
H1.HeaderClassName
{
color: #CDDB9B;
}
.AnyTagClassName
{
color: #CDDB9B;
}
</style>
background-color css
<style>
a { background-color: #CDDB9B; }
a { background-color: rgb(205,219,155); }
div.DivClassName
{
background-color: #CDDB9B;
}
.BgClassName
{
background-color: #CDDB9B;
}
</style>
border-color css
<style>
span { border-color: #CDDB9B; }
span { border-color: rgb(205,219,155); }
td.TdClassName
{
border-color: #CDDB9B;
}
.TagClassName
{
border-color: #CDDB9B;
}
</style>