Shades of Oyster Bay #CFEAED
Tints of Oyster Bay #CFEAED
RGB
CMYK
RGB Variations
Color information
#CFEAED (or 0xCFEAED) is known color: Oyster Bay. HEX triplet: CF, EA and ED. RGB value is (207,234,237). Sum of RGB (Red+Green+Blue) = 207+234+237=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEAED is #301512. Grayscale: #E2E2E2. Windows color (decimal): -3151123 or 15592143. OLE color: 15592143.
HSL color Cylindrical-coordinate representation of color #CFEAED: hue angle of 186º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEAED is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 234 | 237 | - |
CMYK | 0.13 | 0.01 | 0 | 0.07 |
HSL | 186º | 0.45% | 0.87% | - |
HSV(B) | 186º | 0.13% | 0.93% | - |
XYZ | 70.44 | 78.23 | 91.51 | - |
YUV | 226.27 | 134.05 | 114.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 234 | 237 | 0.13 | 0.01 | 0 | 0.07 | 186 | 0.45 | 0.87 |
Hex | CF | EA | ED | D | 1 | 0 | 7 | BA | 2D | 57 |
Octal | 317 | 352 | 355 | 15 | 1 | 0 | 7 | 272 | 55 | 127 |
Binary | 11001111 | 11101010 | 11101101 | 1101 | 1 | 0 | 111 | 10111010 | 101101 | 1010111 |
Color Harmonies of #CFEAED
Complementary color
Monochromatic Colors of #CFEAED
Black with #CFEAED
Text Example
Text Example
White with #CFEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAED; }
p { color: rgb(207,234,237); }
H1.HeaderClassName
{
color: #CFEAED;
}
.AnyTagClassName
{
color: #CFEAED;
}
</style>
background-color css
<style>
a { background-color: #CFEAED; }
a { background-color: rgb(207,234,237); }
div.DivClassName
{
background-color: #CFEAED;
}
.BgClassName
{
background-color: #CFEAED;
}
</style>
border-color css
<style>
span { border-color: #CFEAED; }
span { border-color: rgb(207,234,237); }
td.TdClassName
{
border-color: #CFEAED;
}
.TagClassName
{
border-color: #CFEAED;
}
</style>