Shades of Oyster Bay #CCEDED
Tints of Oyster Bay #CCEDED
RGB
CMYK
RGB Variations
Color information
#CCEDED (or 0xCCEDED) is known color: Oyster Bay. HEX triplet: CC, ED and ED. RGB value is (204,237,237). Sum of RGB (Red+Green+Blue) = 204+237+237=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #CCEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDED is #331212. Grayscale: #E3E3E3. Windows color (decimal): -3346963 or 15592908. OLE color: 15592908.
HSL color Cylindrical-coordinate representation of color #CCEDED: hue angle of 180º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDED is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 237 | - |
CMYK | 0.14 | 0 | 0 | 0.07 |
HSL | 180º | 0.48% | 0.86% | - |
HSV(B) | 180º | 0.14% | 0.93% | - |
XYZ | 70.47 | 79.52 | 91.76 | - |
YUV | 227.13 | 133.57 | 111.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 237 | 0.14 | 0 | 0 | 0.07 | 180 | 0.48 | 0.86 |
Hex | CC | ED | ED | E | 0 | 0 | 7 | B4 | 30 | 56 |
Octal | 314 | 355 | 355 | 16 | 0 | 0 | 7 | 264 | 60 | 126 |
Binary | 11001100 | 11101101 | 11101101 | 1110 | 0 | 0 | 111 | 10110100 | 110000 | 1010110 |
Color Harmonies of #CCEDED
Complementary color
Monochromatic Colors of #CCEDED
Black with #CCEDED
Text Example
Text Example
White with #CCEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDED; }
p { color: rgb(204,237,237); }
H1.HeaderClassName
{
color: #CCEDED;
}
.AnyTagClassName
{
color: #CCEDED;
}
</style>
background-color css
<style>
a { background-color: #CCEDED; }
a { background-color: rgb(204,237,237); }
div.DivClassName
{
background-color: #CCEDED;
}
.BgClassName
{
background-color: #CCEDED;
}
</style>
border-color css
<style>
span { border-color: #CCEDED; }
span { border-color: rgb(204,237,237); }
td.TdClassName
{
border-color: #CCEDED;
}
.TagClassName
{
border-color: #CCEDED;
}
</style>