Shades of Oyster Bay #CDF0F3
Tints of Oyster Bay #CDF0F3
RGB
CMYK
RGB Variations
Color information
#CDF0F3 (or 0xCDF0F3) is known color: Oyster Bay. HEX triplet: CD, F0 and F3. RGB value is (205,240,243). Sum of RGB (Red+Green+Blue) = 205+240+243=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDF0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF0F3 is #320F0C. Grayscale: #E5E5E5. Windows color (decimal): -3280653 or 15986893. OLE color: 15986893.
HSL color Cylindrical-coordinate representation of color #CDF0F3: hue angle of 184.74º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF0F3 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 240 | 243 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.05 |
| HSL | 184.74º | 0.61% | 0.88% | - |
| HSV(B) | 184.74º | 0.16% | 0.95% | - |
| XYZ | 72.51 | 81.77 | 96.76 | - |
| YUV | 229.88 | 135.4 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 243 | 0.16 | 0.01 | 0 | 0.05 | 184.74 | 0.61 | 0.88 |
| Hex | CD | F0 | F3 | 10 | 1 | 0 | 5 | B9 | 3D | 58 |
| Octal | 315 | 360 | 363 | 20 | 1 | 0 | 5 | 271 | 75 | 130 |
| Binary | 11001101 | 11110000 | 11110011 | 10000 | 1 | 0 | 101 | 10111001 | 111101 | 1011000 |
Color Harmonies of #CDF0F3
Complementary color
Monochromatic Colors of #CDF0F3
Black with #CDF0F3
Text Example
Text Example
White with #CDF0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0F3; }
p { color: rgb(205,240,243); }
H1.HeaderClassName
{
color: #CDF0F3;
}
.AnyTagClassName
{
color: #CDF0F3;
}
</style>
background-color css
<style>
a { background-color: #CDF0F3; }
a { background-color: rgb(205,240,243); }
div.DivClassName
{
background-color: #CDF0F3;
}
.BgClassName
{
background-color: #CDF0F3;
}
</style>
border-color css
<style>
span { border-color: #CDF0F3; }
span { border-color: rgb(205,240,243); }
td.TdClassName
{
border-color: #CDF0F3;
}
.TagClassName
{
border-color: #CDF0F3;
}
</style>