#DDEFEE

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

Shades of Oyster Bay #DDEFEE

Tints of Oyster Bay #DDEFEE

Color information

#DDEFEE (or 0xDDEFEE) is unknown color: approx Oyster Bay. HEX triplet: DD, EF and EE. RGB value is (221,239,238). Sum of RGB (Red+Green+Blue) = 221+239+238=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFEE is #221011. Grayscale: #E9E9E9. Windows color (decimal): -2232338 or 15658973. OLE color: 15658973.

HSL color Cylindrical-coordinate representation of color #DDEFEE: hue angle of 176.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFEE is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB221239238-
CMYK0.0800.000.06
HSL176.67º36%90.2%-
HSV(B)176.67º7.53%93.73%-
XYZ76.1283.2892.95-
YUV233.5130.54119.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 238 (93.36% from 255) = 34.10%
R=31.66%
G=34.24%
B=34.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392380.0800.000.06176.673690.2
HexDDEFEE8006b1245a
Octal3353573561000626144132
Binary110111011110111111101110100000110101100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFEE; }

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

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

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

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

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

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

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

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