#DDF2F3

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

Shades of Oyster Bay #DDF2F3

Tints of Oyster Bay #DDF2F3

Color information

#DDF2F3 (or 0xDDF2F3) is unknown color: approx Oyster Bay. HEX triplet: DD, F2 and F3. RGB value is (221,242,243). Sum of RGB (Red+Green+Blue) = 221+242+243=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 243 - color contains mainly: blue. Hex color #DDF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F3 is #220D0C. Grayscale: #EBEBEB. Windows color (decimal): -2231565 or 15987421. OLE color: 15987421.

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

Color convert

RGB221242243-
CMYK0.090.0000.05
HSL182.73º47.83%90.98%-
HSV(B)182.73º9.05%95.29%-
XYZ77.7585.3597.17-
YUV235.83132.04117.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 242 (94.92% from 255) = 34.28%
BLUE value IS 243 (95.31% from 255) = 34.42%
R=31.30%
G=34.28%
B=34.42%

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
Decimal2212422430.090.0000.05182.7347.8390.98
HexDDF2F39005b7305b
Octal3353623631100526760133
Binary110111011111001011110011100100101101101111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2F3; }

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

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

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

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

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

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

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

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