Shades of Oyster Bay #CDEFF2
Tints of Oyster Bay #CDEFF2
RGB
CMYK
RGB Variations
Color information
#CDEFF2 (or 0xCDEFF2) is known color: Oyster Bay. HEX triplet: CD, EF and F2. RGB value is (205,239,242). Sum of RGB (Red+Green+Blue) = 205+239+242=686 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.88% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEFF2 is #32100D. Grayscale: #E5E5E5. Windows color (decimal): -3280910 or 15921101. OLE color: 15921101.
HSL color Cylindrical-coordinate representation of color #CDEFF2: hue angle of 184.86º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDEFF2 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 239 | 242 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.05 |
| HSL | 184.86º | 0.59% | 0.88% | - |
| HSV(B) | 184.86º | 0.15% | 0.95% | - |
| XYZ | 72.07 | 81.12 | 95.86 | - |
| YUV | 229.18 | 135.24 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 242 | 0.15 | 0.01 | 0 | 0.05 | 184.86 | 0.59 | 0.88 |
| Hex | CD | EF | F2 | F | 1 | 0 | 5 | B9 | 3B | 58 |
| Octal | 315 | 357 | 362 | 17 | 1 | 0 | 5 | 271 | 73 | 130 |
| Binary | 11001101 | 11101111 | 11110010 | 1111 | 1 | 0 | 101 | 10111001 | 111011 | 1011000 |
Color Harmonies of #CDEFF2
Complementary color
Monochromatic Colors of #CDEFF2
Black with #CDEFF2
Text Example
Text Example
White with #CDEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFF2; }
p { color: rgb(205,239,242); }
H1.HeaderClassName
{
color: #CDEFF2;
}
.AnyTagClassName
{
color: #CDEFF2;
}
</style>
background-color css
<style>
a { background-color: #CDEFF2; }
a { background-color: rgb(205,239,242); }
div.DivClassName
{
background-color: #CDEFF2;
}
.BgClassName
{
background-color: #CDEFF2;
}
</style>
border-color css
<style>
span { border-color: #CDEFF2; }
span { border-color: rgb(205,239,242); }
td.TdClassName
{
border-color: #CDEFF2;
}
.TagClassName
{
border-color: #CDEFF2;
}
</style>