Shades of Oyster Bay #CFEAEC
Tints of Oyster Bay #CFEAEC
RGB
CMYK
RGB Variations
Color information
#CFEAEC (or 0xCFEAEC) is known color: Oyster Bay. HEX triplet: CF, EA and EC. RGB value is (207,234,236). Sum of RGB (Red+Green+Blue) = 207+234+236=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFEAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAEC is #301513. Grayscale: #E2E2E2. Windows color (decimal): -3151124 or 15526607. OLE color: 15526607.
HSL color Cylindrical-coordinate representation of color #CFEAEC: hue angle of 184.14º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAEC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 234 | 236 | - |
CMYK | 0.12 | 0.01 | 0 | 0.07 |
HSL | 184.14º | 0.43% | 0.87% | - |
HSV(B) | 184.14º | 0.12% | 0.93% | - |
XYZ | 70.3 | 78.17 | 90.74 | - |
YUV | 226.16 | 133.55 | 114.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 234 | 236 | 0.12 | 0.01 | 0 | 0.07 | 184.14 | 0.43 | 0.87 |
Hex | CF | EA | EC | C | 1 | 0 | 7 | B8 | 2B | 57 |
Octal | 317 | 352 | 354 | 14 | 1 | 0 | 7 | 270 | 53 | 127 |
Binary | 11001111 | 11101010 | 11101100 | 1100 | 1 | 0 | 111 | 10111000 | 101011 | 1010111 |
Color Harmonies of #CFEAEC
Complementary color
Monochromatic Colors of #CFEAEC
Black with #CFEAEC
Text Example
Text Example
White with #CFEAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAEC; }
p { color: rgb(207,234,236); }
H1.HeaderClassName
{
color: #CFEAEC;
}
.AnyTagClassName
{
color: #CFEAEC;
}
</style>
background-color css
<style>
a { background-color: #CFEAEC; }
a { background-color: rgb(207,234,236); }
div.DivClassName
{
background-color: #CFEAEC;
}
.BgClassName
{
background-color: #CFEAEC;
}
</style>
border-color css
<style>
span { border-color: #CFEAEC; }
span { border-color: rgb(207,234,236); }
td.TdClassName
{
border-color: #CFEAEC;
}
.TagClassName
{
border-color: #CFEAEC;
}
</style>