Shades of Reef #CCDB9F
Tints of Reef #CCDB9F
RGB
CMYK
RGB Variations
Color information
#CCDB9F (or 0xCCDB9F) is known color: Reef. HEX triplet: CC, DB and 9F. RGB value is (204,219,159). Sum of RGB (Red+Green+Blue) = 204+219+159=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 159 (62.5% from 255 or 27.32% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB9F is #332460. Grayscale: #CFCFCF. Windows color (decimal): -3351649 or 10476492. OLE color: 10476492.
HSL color Cylindrical-coordinate representation of color #CCDB9F: hue angle of 75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCDB9F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 159 | - |
CMYK | 0.07 | 0 | 0.27 | 0.14 |
HSL | 75º | 0.45% | 0.74% | - |
HSV(B) | 75º | 0.27% | 0.86% | - |
XYZ | 56.49 | 66 | 42.56 | - |
YUV | 207.68 | 100.53 | 125.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 159 | 0.07 | 0 | 0.27 | 0.14 | 75 | 0.45 | 0.74 |
Hex | CC | DB | 9F | 7 | 0 | 1B | E | 4B | 2D | 4A |
Octal | 314 | 333 | 237 | 7 | 0 | 33 | 16 | 113 | 55 | 112 |
Binary | 11001100 | 11011011 | 10011111 | 111 | 0 | 11011 | 1110 | 1001011 | 101101 | 1001010 |
Color Harmonies of #CCDB9F
Complementary color
Monochromatic Colors of #CCDB9F
Black with #CCDB9F
Text Example
Text Example
White with #CCDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB9F; }
p { color: rgb(204,219,159); }
H1.HeaderClassName
{
color: #CCDB9F;
}
.AnyTagClassName
{
color: #CCDB9F;
}
</style>
background-color css
<style>
a { background-color: #CCDB9F; }
a { background-color: rgb(204,219,159); }
div.DivClassName
{
background-color: #CCDB9F;
}
.BgClassName
{
background-color: #CCDB9F;
}
</style>
border-color css
<style>
span { border-color: #CCDB9F; }
span { border-color: rgb(204,219,159); }
td.TdClassName
{
border-color: #CCDB9F;
}
.TagClassName
{
border-color: #CCDB9F;
}
</style>