Shades of Reef #CCE691
Tints of Reef #CCE691
RGB
CMYK
RGB Variations
Color information
#CCE691 (or 0xCCE691) is known color: Reef. HEX triplet: CC, E6 and 91. RGB value is (204,230,145). Sum of RGB (Red+Green+Blue) = 204+230+145=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 145 (57.03% from 255 or 25.04% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE691 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE691 is #33196E. Grayscale: #D4D4D4. Windows color (decimal): -3348847 or 9561804. OLE color: 9561804.
HSL color Cylindrical-coordinate representation of color #CCE691: hue angle of 78.35º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE691 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 145 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.10 |
| HSL | 78.35º | 0.63% | 0.74% | - |
| HSV(B) | 78.35º | 0.37% | 0.9% | - |
| XYZ | 58.31 | 71.48 | 37.51 | - |
| YUV | 212.54 | 89.89 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 145 | 0.11 | 0 | 0.37 | 0.10 | 78.35 | 0.63 | 0.74 |
| Hex | CC | E6 | 91 | B | 0 | 25 | A | 4E | 3F | 4A |
| Octal | 314 | 346 | 221 | 13 | 0 | 45 | 12 | 116 | 77 | 112 |
| Binary | 11001100 | 11100110 | 10010001 | 1011 | 0 | 100101 | 1010 | 1001110 | 111111 | 1001010 |
Color Harmonies of #CCE691
Complementary color
Monochromatic Colors of #CCE691
Black with #CCE691
Text Example
Text Example
White with #CCE691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE691; }
p { color: rgb(204,230,145); }
H1.HeaderClassName
{
color: #CCE691;
}
.AnyTagClassName
{
color: #CCE691;
}
</style>
background-color css
<style>
a { background-color: #CCE691; }
a { background-color: rgb(204,230,145); }
div.DivClassName
{
background-color: #CCE691;
}
.BgClassName
{
background-color: #CCE691;
}
</style>
border-color css
<style>
span { border-color: #CCE691; }
span { border-color: rgb(204,230,145); }
td.TdClassName
{
border-color: #CCE691;
}
.TagClassName
{
border-color: #CCE691;
}
</style>