Shades of Oyster Bay #CCEFF2
Tints of Oyster Bay #CCEFF2
RGB
CMYK
RGB Variations
Color information
#CCEFF2 (or 0xCCEFF2) is known color: Oyster Bay. HEX triplet: CC, EF and F2. RGB value is (204,239,242). Sum of RGB (Red+Green+Blue) = 204+239+242=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF2 is #33100D. Grayscale: #E4E4E4. Windows color (decimal): -3346446 or 15921100. OLE color: 15921100.
HSL color Cylindrical-coordinate representation of color #CCEFF2: hue angle of 184.74º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCEFF2 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 239 | 242 | - |
CMYK | 0.16 | 0.01 | 0 | 0.05 |
HSL | 184.74º | 0.59% | 0.87% | - |
HSV(B) | 184.74º | 0.16% | 0.95% | - |
XYZ | 71.8 | 80.98 | 95.85 | - |
YUV | 228.88 | 135.4 | 110.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 239 | 242 | 0.16 | 0.01 | 0 | 0.05 | 184.74 | 0.59 | 0.87 |
Hex | CC | EF | F2 | 10 | 1 | 0 | 5 | B9 | 3B | 57 |
Octal | 314 | 357 | 362 | 20 | 1 | 0 | 5 | 271 | 73 | 127 |
Binary | 11001100 | 11101111 | 11110010 | 10000 | 1 | 0 | 101 | 10111001 | 111011 | 1010111 |
Color Harmonies of #CCEFF2
Complementary color
Monochromatic Colors of #CCEFF2
Black with #CCEFF2
Text Example
Text Example
White with #CCEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEFF2; }
p { color: rgb(204,239,242); }
H1.HeaderClassName
{
color: #CCEFF2;
}
.AnyTagClassName
{
color: #CCEFF2;
}
</style>
background-color css
<style>
a { background-color: #CCEFF2; }
a { background-color: rgb(204,239,242); }
div.DivClassName
{
background-color: #CCEFF2;
}
.BgClassName
{
background-color: #CCEFF2;
}
</style>
border-color css
<style>
span { border-color: #CCEFF2; }
span { border-color: rgb(204,239,242); }
td.TdClassName
{
border-color: #CCEFF2;
}
.TagClassName
{
border-color: #CCEFF2;
}
</style>