Shades of Reef #CCDBA1
Tints of Reef #CCDBA1
RGB
CMYK
RGB Variations
Color information
#CCDBA1 (or 0xCCDBA1) is known color: Reef. HEX triplet: CC, DB and A1. RGB value is (204,219,161). Sum of RGB (Red+Green+Blue) = 204+219+161=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 161 (63.28% from 255 or 27.57% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA1 is #33245E. Grayscale: #D0D0D0. Windows color (decimal): -3351647 or 10607564. OLE color: 10607564.
HSL color Cylindrical-coordinate representation of color #CCDBA1: hue angle of 75.52º degrees, saturation: 0.45, 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 #CCDBA1 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 161 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.14 |
| HSL | 75.52º | 0.45% | 0.75% | - |
| HSV(B) | 75.52º | 0.26% | 0.86% | - |
| XYZ | 56.67 | 66.07 | 43.49 | - |
| YUV | 207.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 161 | 0.07 | 0 | 0.26 | 0.14 | 75.52 | 0.45 | 0.75 |
| Hex | CC | DB | A1 | 7 | 0 | 1A | E | 4C | 2D | 4B |
| Octal | 314 | 333 | 241 | 7 | 0 | 32 | 16 | 114 | 55 | 113 |
| Binary | 11001100 | 11011011 | 10100001 | 111 | 0 | 11010 | 1110 | 1001100 | 101101 | 1001011 |
Color Harmonies of #CCDBA1
Complementary color
Monochromatic Colors of #CCDBA1
Black with #CCDBA1
Text Example
Text Example
White with #CCDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBA1; }
p { color: rgb(204,219,161); }
H1.HeaderClassName
{
color: #CCDBA1;
}
.AnyTagClassName
{
color: #CCDBA1;
}
</style>
background-color css
<style>
a { background-color: #CCDBA1; }
a { background-color: rgb(204,219,161); }
div.DivClassName
{
background-color: #CCDBA1;
}
.BgClassName
{
background-color: #CCDBA1;
}
</style>
border-color css
<style>
span { border-color: #CCDBA1; }
span { border-color: rgb(204,219,161); }
td.TdClassName
{
border-color: #CCDBA1;
}
.TagClassName
{
border-color: #CCDBA1;
}
</style>