Shades of Oyster Bay #DCEFF2
Tints of Oyster Bay #DCEFF2
RGB
CMYK
RGB Variations
Color information
#DCEFF2 (or 0xDCEFF2) is known color: Oyster Bay. HEX triplet: DC, EF and F2. RGB value is (220,239,242). Sum of RGB (Red+Green+Blue) = 220+239+242=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF2 is #23100D. Grayscale: #E9E9E9. Windows color (decimal): -2297870 or 15921116. OLE color: 15921116.
HSL color Cylindrical-coordinate representation of color #DCEFF2: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEFF2 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 239 | 242 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.05 |
| HSL | 188.18º | 0.46% | 0.91% | - |
| HSV(B) | 188.18º | 0.09% | 0.95% | - |
| XYZ | 76.41 | 83.36 | 96.07 | - |
| YUV | 233.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 242 | 0.09 | 0.01 | 0 | 0.05 | 188.18 | 0.46 | 0.91 |
| Hex | DC | EF | F2 | 9 | 1 | 0 | 5 | BC | 2E | 5B |
| Octal | 334 | 357 | 362 | 11 | 1 | 0 | 5 | 274 | 56 | 133 |
| Binary | 11011100 | 11101111 | 11110010 | 1001 | 1 | 0 | 101 | 10111100 | 101110 | 1011011 |
Color Harmonies of #DCEFF2
Complementary color
Monochromatic Colors of #DCEFF2
Black with #DCEFF2
Text Example
Text Example
White with #DCEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEFF2; }
p { color: rgb(220,239,242); }
H1.HeaderClassName
{
color: #DCEFF2;
}
.AnyTagClassName
{
color: #DCEFF2;
}
</style>
background-color css
<style>
a { background-color: #DCEFF2; }
a { background-color: rgb(220,239,242); }
div.DivClassName
{
background-color: #DCEFF2;
}
.BgClassName
{
background-color: #DCEFF2;
}
</style>
border-color css
<style>
span { border-color: #DCEFF2; }
span { border-color: rgb(220,239,242); }
td.TdClassName
{
border-color: #DCEFF2;
}
.TagClassName
{
border-color: #DCEFF2;
}
</style>