Shades of Reef #CCE69F
Tints of Reef #CCE69F
RGB
CMYK
RGB Variations
Color information
#CCE69F (or 0xCCE69F) is known color: Reef. HEX triplet: CC, E6 and 9F. RGB value is (204,230,159). Sum of RGB (Red+Green+Blue) = 204+230+159=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69F is #331960. Grayscale: #D6D6D6. Windows color (decimal): -3348833 or 10479308. OLE color: 10479308.
HSL color Cylindrical-coordinate representation of color #CCE69F: hue angle of 81.97º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE69F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 159 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.10 |
| HSL | 81.97º | 0.59% | 0.76% | - |
| HSV(B) | 81.97º | 0.31% | 0.9% | - |
| XYZ | 59.46 | 71.93 | 43.55 | - |
| YUV | 214.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 159 | 0.11 | 0 | 0.31 | 0.10 | 81.97 | 0.59 | 0.76 |
| Hex | CC | E6 | 9F | B | 0 | 1F | A | 52 | 3B | 4C |
| Octal | 314 | 346 | 237 | 13 | 0 | 37 | 12 | 122 | 73 | 114 |
| Binary | 11001100 | 11100110 | 10011111 | 1011 | 0 | 11111 | 1010 | 1010010 | 111011 | 1001100 |
Color Harmonies of #CCE69F
Complementary color
Monochromatic Colors of #CCE69F
Black with #CCE69F
Text Example
Text Example
White with #CCE69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE69F; }
p { color: rgb(204,230,159); }
H1.HeaderClassName
{
color: #CCE69F;
}
.AnyTagClassName
{
color: #CCE69F;
}
</style>
background-color css
<style>
a { background-color: #CCE69F; }
a { background-color: rgb(204,230,159); }
div.DivClassName
{
background-color: #CCE69F;
}
.BgClassName
{
background-color: #CCE69F;
}
</style>
border-color css
<style>
span { border-color: #CCE69F; }
span { border-color: rgb(204,230,159); }
td.TdClassName
{
border-color: #CCE69F;
}
.TagClassName
{
border-color: #CCE69F;
}
</style>