#DDF0F3

Color #DDF0F3 Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #DDF0F3

Tints of Oyster Bay #DDF0F3

Color information

#DDF0F3 (or 0xDDF0F3) is unknown color: approx Oyster Bay. HEX triplet: DD, F0 and F3. RGB value is (221,240,243). Sum of RGB (Red+Green+Blue) = 221+240+243=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 243 (95.31% from 255 or 34.52% from 704); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDF0F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F3 is #220F0C. Grayscale: #EAEAEA. Windows color (decimal): -2232077 or 15986909. OLE color: 15986909.

HSL color Cylindrical-coordinate representation of color #DDF0F3: hue angle of 188.18º degrees, saturation: 0.48, 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 #DDF0F3 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221240243-
CMYK0.090.0100.05
HSL188.18º47.83%90.98%-
HSV(B)188.18º9.05%95.29%-
XYZ77.1684.1696.97-
YUV234.66132.71118.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 240 (94.14% from 255) = 34.09%
BLUE value IS 243 (95.31% from 255) = 34.52%
R=31.39%
G=34.09%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212402430.090.0100.05188.1847.8390.98
HexDDF0F39105bc305b
Octal3353603631110527460133
Binary110111011111000011110011100110101101111001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0F3; }

 p { color: rgb(221,240,243); }

 H1.HeaderClassName
 {
   color: #DDF0F3;
 }
 .AnyTagClassName
 {
   color: #DDF0F3;
 }
</style>
background-color css

<style>
 a { background-color: #DDF0F3; }

 a { background-color: rgb(221,240,243); }

 div.DivClassName
 {
   background-color: #DDF0F3;
 }
 .BgClassName
 {
   background-color: #DDF0F3;
 }
</style>
border-color css

<style>
 span { border-color: #DDF0F3; }

 span { border-color: rgb(221,240,243); }

 td.TdClassName
 {
   border-color: #DDF0F3;
 }
 .TagClassName
 {
   border-color: #DDF0F3;
 }
</style>