#DDEDEC

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

Shades of Oyster Bay #DDEDEC

Tints of Oyster Bay #DDEDEC

Color information

#DDEDEC (or 0xDDEDEC) is unknown color: approx Oyster Bay. HEX triplet: DD, ED and EC. RGB value is (221,237,236). Sum of RGB (Red+Green+Blue) = 221+237+236=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEC is #221213. Grayscale: #E8E8E8. Windows color (decimal): -2232852 or 15527389. OLE color: 15527389.

HSL color Cylindrical-coordinate representation of color #DDEDEC: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEDEC is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB221237236-
CMYK0.0700.000.07
HSL176.25º30.77%89.8%-
HSV(B)176.25º6.75%92.94%-
XYZ75.248291.22-
YUV232.1130.2120.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=31.84%
G=34.15%
B=34.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372360.0700.000.07176.2530.7789.8
HexDDEDEC7007b01f5a
Octal335355354700726037132
Binary1101110111101101111011001110011110110000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDEC; }

 p { color: rgb(221,237,236); }

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

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

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

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

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

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

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