Shades of Reef #CCE19B
Tints of Reef #CCE19B
RGB
CMYK
RGB Variations
Color information
#CCE19B (or 0xCCE19B) is known color: Reef. HEX triplet: CC, E1 and 9B. RGB value is (204,225,155). Sum of RGB (Red+Green+Blue) = 204+225+155=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE19B is #331E64. Grayscale: #D3D3D3. Windows color (decimal): -3350117 or 10215884. OLE color: 10215884.
HSL color Cylindrical-coordinate representation of color #CCE19B: hue angle of 78º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE19B is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 155 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.12 |
| HSL | 78º | 0.54% | 0.75% | - |
| HSV(B) | 78º | 0.31% | 0.88% | - |
| XYZ | 57.74 | 69.05 | 41.3 | - |
| YUV | 210.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 155 | 0.09 | 0 | 0.31 | 0.12 | 78 | 0.54 | 0.75 |
| Hex | CC | E1 | 9B | 9 | 0 | 1F | C | 4E | 36 | 4B |
| Octal | 314 | 341 | 233 | 11 | 0 | 37 | 14 | 116 | 66 | 113 |
| Binary | 11001100 | 11100001 | 10011011 | 1001 | 0 | 11111 | 1100 | 1001110 | 110110 | 1001011 |
Color Harmonies of #CCE19B
Complementary color
Monochromatic Colors of #CCE19B
Black with #CCE19B
Text Example
Text Example
White with #CCE19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE19B; }
p { color: rgb(204,225,155); }
H1.HeaderClassName
{
color: #CCE19B;
}
.AnyTagClassName
{
color: #CCE19B;
}
</style>
background-color css
<style>
a { background-color: #CCE19B; }
a { background-color: rgb(204,225,155); }
div.DivClassName
{
background-color: #CCE19B;
}
.BgClassName
{
background-color: #CCE19B;
}
</style>
border-color css
<style>
span { border-color: #CCE19B; }
span { border-color: rgb(204,225,155); }
td.TdClassName
{
border-color: #CCE19B;
}
.TagClassName
{
border-color: #CCE19B;
}
</style>