Shades of Reef #CCE69B
Tints of Reef #CCE69B
RGB
CMYK
RGB Variations
Color information
#CCE69B (or 0xCCE69B) is known color: Reef. HEX triplet: CC, E6 and 9B. RGB value is (204,230,155). Sum of RGB (Red+Green+Blue) = 204+230+155=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 155 (60.94% from 255 or 26.32% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69B is #331964. Grayscale: #D5D5D5. Windows color (decimal): -3348837 or 10217164. OLE color: 10217164.
HSL color Cylindrical-coordinate representation of color #CCE69B: hue angle of 80.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCE69B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 155 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.10 |
| HSL | 80.8º | 0.6% | 0.75% | - |
| HSV(B) | 80.8º | 0.33% | 0.9% | - |
| XYZ | 59.12 | 71.8 | 41.75 | - |
| YUV | 213.68 | 94.89 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 155 | 0.11 | 0 | 0.33 | 0.10 | 80.8 | 0.6 | 0.75 |
| Hex | CC | E6 | 9B | B | 0 | 21 | A | 51 | 3C | 4B |
| Octal | 314 | 346 | 233 | 13 | 0 | 41 | 12 | 121 | 74 | 113 |
| Binary | 11001100 | 11100110 | 10011011 | 1011 | 0 | 100001 | 1010 | 1010001 | 111100 | 1001011 |
Color Harmonies of #CCE69B
Complementary color
Monochromatic Colors of #CCE69B
Black with #CCE69B
Text Example
Text Example
White with #CCE69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE69B; }
p { color: rgb(204,230,155); }
H1.HeaderClassName
{
color: #CCE69B;
}
.AnyTagClassName
{
color: #CCE69B;
}
</style>
background-color css
<style>
a { background-color: #CCE69B; }
a { background-color: rgb(204,230,155); }
div.DivClassName
{
background-color: #CCE69B;
}
.BgClassName
{
background-color: #CCE69B;
}
</style>
border-color css
<style>
span { border-color: #CCE69B; }
span { border-color: rgb(204,230,155); }
td.TdClassName
{
border-color: #CCE69B;
}
.TagClassName
{
border-color: #CCE69B;
}
</style>