Shades of Reef #CDDBA2
Tints of Reef #CDDBA2
RGB
CMYK
RGB Variations
Color information
#CDDBA2 (or 0xCDDBA2) is known color: Reef. HEX triplet: CD, DB and A2. RGB value is (205,219,162). Sum of RGB (Red+Green+Blue) = 205+219+162=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA2 is #32245D. Grayscale: #D0D0D0. Windows color (decimal): -3286110 or 10673101. OLE color: 10673101.
HSL color Cylindrical-coordinate representation of color #CDDBA2: hue angle of 74.74º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDDBA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 162 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.14 |
| HSL | 74.74º | 0.44% | 0.75% | - |
| HSV(B) | 74.74º | 0.26% | 0.86% | - |
| XYZ | 57.03 | 66.25 | 43.96 | - |
| YUV | 208.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 162 | 0.06 | 0 | 0.26 | 0.14 | 74.74 | 0.44 | 0.75 |
| Hex | CD | DB | A2 | 6 | 0 | 1A | E | 4B | 2C | 4B |
| Octal | 315 | 333 | 242 | 6 | 0 | 32 | 16 | 113 | 54 | 113 |
| Binary | 11001101 | 11011011 | 10100010 | 110 | 0 | 11010 | 1110 | 1001011 | 101100 | 1001011 |
Color Harmonies of #CDDBA2
Complementary color
Monochromatic Colors of #CDDBA2
Black with #CDDBA2
Text Example
Text Example
White with #CDDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBA2; }
p { color: rgb(205,219,162); }
H1.HeaderClassName
{
color: #CDDBA2;
}
.AnyTagClassName
{
color: #CDDBA2;
}
</style>
background-color css
<style>
a { background-color: #CDDBA2; }
a { background-color: rgb(205,219,162); }
div.DivClassName
{
background-color: #CDDBA2;
}
.BgClassName
{
background-color: #CDDBA2;
}
</style>
border-color css
<style>
span { border-color: #CDDBA2; }
span { border-color: rgb(205,219,162); }
td.TdClassName
{
border-color: #CDDBA2;
}
.TagClassName
{
border-color: #CDDBA2;
}
</style>