Shades of Oyster Bay #DDF1F1
Tints of Oyster Bay #DDF1F1
RGB
CMYK
RGB Variations
Color information
#DDF1F1 (or 0xDDF1F1) is known color: Oyster Bay. HEX triplet: DD, F1 and F1. RGB value is (221,241,241). Sum of RGB (Red+Green+Blue) = 221+241+241=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #DDF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1F1 is #220E0E. Grayscale: #EBEBEB. Windows color (decimal): -2231823 or 15856093. OLE color: 15856093.
HSL color Cylindrical-coordinate representation of color #DDF1F1: hue angle of 180º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1F1 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 241 | - |
| CMYK | 0.08 | 0 | 0 | 0.05 |
| HSL | 180º | 0.42% | 0.91% | - |
| HSV(B) | 180º | 0.08% | 0.95% | - |
| XYZ | 77.15 | 84.63 | 95.49 | - |
| YUV | 235.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 241 | 0.08 | 0 | 0 | 0.05 | 180 | 0.42 | 0.91 |
| Hex | DD | F1 | F1 | 8 | 0 | 0 | 5 | B4 | 2A | 5B |
| Octal | 335 | 361 | 361 | 10 | 0 | 0 | 5 | 264 | 52 | 133 |
| Binary | 11011101 | 11110001 | 11110001 | 1000 | 0 | 0 | 101 | 10110100 | 101010 | 1011011 |
Color Harmonies of #DDF1F1
Complementary color
Monochromatic Colors of #DDF1F1
Black with #DDF1F1
Text Example
Text Example
White with #DDF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF1F1; }
p { color: rgb(221,241,241); }
H1.HeaderClassName
{
color: #DDF1F1;
}
.AnyTagClassName
{
color: #DDF1F1;
}
</style>
background-color css
<style>
a { background-color: #DDF1F1; }
a { background-color: rgb(221,241,241); }
div.DivClassName
{
background-color: #DDF1F1;
}
.BgClassName
{
background-color: #DDF1F1;
}
</style>
border-color css
<style>
span { border-color: #DDF1F1; }
span { border-color: rgb(221,241,241); }
td.TdClassName
{
border-color: #DDF1F1;
}
.TagClassName
{
border-color: #DDF1F1;
}
</style>