Shades of Oyster Bay #CCECEE
Tints of Oyster Bay #CCECEE
RGB
CMYK
RGB Variations
Color information
#CCECEE (or 0xCCECEE) is known color: Oyster Bay. HEX triplet: CC, EC and EE. RGB value is (204,236,238). Sum of RGB (Red+Green+Blue) = 204+236+238=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEE is #331311. Grayscale: #E2E2E2. Windows color (decimal): -3347218 or 15658188. OLE color: 15658188.
HSL color Cylindrical-coordinate representation of color #CCECEE: hue angle of 183.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECEE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 238 | - |
CMYK | 0.14 | 0.01 | 0 | 0.07 |
HSL | 183.53º | 0.5% | 0.87% | - |
HSV(B) | 183.53º | 0.14% | 0.93% | - |
XYZ | 70.33 | 79 | 92.43 | - |
YUV | 226.66 | 134.4 | 111.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 238 | 0.14 | 0.01 | 0 | 0.07 | 183.53 | 0.5 | 0.87 |
Hex | CC | EC | EE | E | 1 | 0 | 7 | B8 | 32 | 57 |
Octal | 314 | 354 | 356 | 16 | 1 | 0 | 7 | 270 | 62 | 127 |
Binary | 11001100 | 11101100 | 11101110 | 1110 | 1 | 0 | 111 | 10111000 | 110010 | 1010111 |
Color Harmonies of #CCECEE
Complementary color
Monochromatic Colors of #CCECEE
Black with #CCECEE
Text Example
Text Example
White with #CCECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECEE; }
p { color: rgb(204,236,238); }
H1.HeaderClassName
{
color: #CCECEE;
}
.AnyTagClassName
{
color: #CCECEE;
}
</style>
background-color css
<style>
a { background-color: #CCECEE; }
a { background-color: rgb(204,236,238); }
div.DivClassName
{
background-color: #CCECEE;
}
.BgClassName
{
background-color: #CCECEE;
}
</style>
border-color css
<style>
span { border-color: #CCECEE; }
span { border-color: rgb(204,236,238); }
td.TdClassName
{
border-color: #CCECEE;
}
.TagClassName
{
border-color: #CCECEE;
}
</style>