#DDF2F2

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

Shades of Oyster Bay #DDF2F2

Tints of Oyster Bay #DDF2F2

Color information

#DDF2F2 (or 0xDDF2F2) is unknown color: approx Oyster Bay. HEX triplet: DD, F2 and F2. RGB value is (221,242,242). Sum of RGB (Red+Green+Blue) = 221+242+242=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: green, blue. Hex color #DDF2F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2F2 is #220D0D. Grayscale: #EBEBEB. Windows color (decimal): -2231566 or 15921885. OLE color: 15921885.

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

Color convert

RGB221242242-
CMYK0.09000.05
HSL180º44.68%90.78%-
HSV(B)180º8.68%94.9%-
XYZ77.685.2996.38-
YUV235.72131.54117.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 242 (94.92% from 255) = 34.33%
BLUE value IS 242 (94.92% from 255) = 34.33%
R=31.35%
G=34.33%
B=34.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422420.09000.0518044.6890.78
HexDDF2F29005b42d5b
Octal3353623621100526455133
Binary110111011111001011110010100100101101101001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2F2; }

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

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

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

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

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

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

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

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