#DDF1F2

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

Shades of Oyster Bay #DDF1F2

Tints of Oyster Bay #DDF1F2

Color information

#DDF1F2 (or 0xDDF1F2) is unknown color: approx Oyster Bay. HEX triplet: DD, F1 and F2. RGB value is (221,241,242). Sum of RGB (Red+Green+Blue) = 221+241+242=704 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.39% from 704); Green value is 241 (94.53% from 255 or 34.23% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDF1F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1F2 is #220E0D. Grayscale: #EBEBEB. Windows color (decimal): -2231822 or 15921629. OLE color: 15921629.

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

Color convert

RGB221241242-
CMYK0.090.0000.05
HSL182.86º44.68%90.78%-
HSV(B)182.86º8.68%94.9%-
XYZ77.384.6996.28-
YUV235.13131.87117.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.39%
GREEN value IS 241 (94.53% from 255) = 34.23%
BLUE value IS 242 (94.92% from 255) = 34.38%
R=31.39%
G=34.23%
B=34.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412420.090.0000.05182.8644.6890.78
HexDDF1F29005b72d5b
Octal3353613621100526755133
Binary110111011111000111110010100100101101101111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1F2; }

 p { color: rgb(221,241,242); }

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

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

 a { background-color: rgb(221,241,242); }

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

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

 span { border-color: rgb(221,241,242); }

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