Shades of Reef #CFE0B3
Tints of Reef #CFE0B3
RGB
CMYK
RGB Variations
Color information
#CFE0B3 (or 0xCFE0B3) is known color: Reef. HEX triplet: CF, E0 and B3. RGB value is (207,224,179). Sum of RGB (Red+Green+Blue) = 207+224+179=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 179 (70.31% from 255 or 29.34% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0B3 is #301F4C. Grayscale: #D5D5D5. Windows color (decimal): -3153741 or 11788495. OLE color: 11788495.
HSL color Cylindrical-coordinate representation of color #CFE0B3: hue angle of 82.67º degrees, saturation: 0.42, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE0B3 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 179 | - |
| CMYK | 0.08 | 0 | 0.20 | 0.12 |
| HSL | 82.67º | 0.42% | 0.79% | - |
| HSV(B) | 82.67º | 0.2% | 0.88% | - |
| XYZ | 60.52 | 69.83 | 52.94 | - |
| YUV | 213.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 179 | 0.08 | 0 | 0.20 | 0.12 | 82.67 | 0.42 | 0.79 |
| Hex | CF | E0 | B3 | 8 | 0 | 14 | C | 53 | 2A | 4F |
| Octal | 317 | 340 | 263 | 10 | 0 | 24 | 14 | 123 | 52 | 117 |
| Binary | 11001111 | 11100000 | 10110011 | 1000 | 0 | 10100 | 1100 | 1010011 | 101010 | 1001111 |
Color Harmonies of #CFE0B3
Complementary color
Monochromatic Colors of #CFE0B3
Black with #CFE0B3
Text Example
Text Example
White with #CFE0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0B3; }
p { color: rgb(207,224,179); }
H1.HeaderClassName
{
color: #CFE0B3;
}
.AnyTagClassName
{
color: #CFE0B3;
}
</style>
background-color css
<style>
a { background-color: #CFE0B3; }
a { background-color: rgb(207,224,179); }
div.DivClassName
{
background-color: #CFE0B3;
}
.BgClassName
{
background-color: #CFE0B3;
}
</style>
border-color css
<style>
span { border-color: #CFE0B3; }
span { border-color: rgb(207,224,179); }
td.TdClassName
{
border-color: #CFE0B3;
}
.TagClassName
{
border-color: #CFE0B3;
}
</style>