#DDEFF2

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

Shades of Oyster Bay #DDEFF2

Tints of Oyster Bay #DDEFF2

Color information

#DDEFF2 (or 0xDDEFF2) is unknown color: approx Oyster Bay. HEX triplet: DD, EF and F2. RGB value is (221,239,242). Sum of RGB (Red+Green+Blue) = 221+239+242=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFF2 is #22100D. Grayscale: #E9E9E9. Windows color (decimal): -2232334 or 15921117. OLE color: 15921117.

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

Color convert

RGB221239242-
CMYK0.090.0100.05
HSL188.57º44.68%90.78%-
HSV(B)188.57º8.68%94.9%-
XYZ76.7183.5296.08-
YUV233.96132.54118.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 242 (94.92% from 255) = 34.47%
R=31.48%
G=34.05%
B=34.47%

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
Decimal2212392420.090.0100.05188.5744.6890.78
HexDDEFF29105bd2d5b
Octal3353573621110527555133
Binary110111011110111111110010100110101101111011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFF2; }

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

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

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

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

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

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

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

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