#DDEDED

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

Shades of Oyster Bay #DDEDED

Tints of Oyster Bay #DDEDED

Color information

#DDEDED (or 0xDDEDED) is unknown color: approx Oyster Bay. HEX triplet: DD, ED and ED. RGB value is (221,237,237). Sum of RGB (Red+Green+Blue) = 221+237+237=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DDEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDED is #221212. Grayscale: #E8E8E8. Windows color (decimal): -2232851 or 15592925. OLE color: 15592925.

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

Color convert

RGB221237237-
CMYK0.07000.07
HSL180º30.77%89.8%-
HSV(B)180º6.75%92.94%-
XYZ75.3982.0591.99-
YUV232.22130.7120-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 237 (92.97% from 255) = 34.10%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=31.80%
G=34.10%
B=34.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372370.07000.0718030.7789.8
HexDDEDED7007b41f5a
Octal335355355700726437132
Binary1101110111101101111011011110011110110100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDED; }

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

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

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

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

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

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

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

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