#DDF0F1

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

Shades of Oyster Bay #DDF0F1

Tints of Oyster Bay #DDF0F1

Color information

#DDF0F1 (or 0xDDF0F1) is unknown color: approx Oyster Bay. HEX triplet: DD, F0 and F1. RGB value is (221,240,241). Sum of RGB (Red+Green+Blue) = 221+240+241=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0F1 is #220F0E. Grayscale: #EAEAEA. Windows color (decimal): -2232079 or 15855837. OLE color: 15855837.

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

Color convert

RGB221240241-
CMYK0.080.0000.05
HSL183º41.67%90.59%-
HSV(B)183º8.3%94.51%-
XYZ76.8684.0495.39-
YUV234.43131.71118.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 240 (94.14% from 255) = 34.19%
BLUE value IS 241 (94.53% from 255) = 34.33%
R=31.48%
G=34.19%
B=34.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212402410.080.0000.0518341.6790.59
HexDDF0F18005b72a5b
Octal3353603611000526752133
Binary110111011111000011110001100000101101101111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0F1; }

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

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

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

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

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

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

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

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