#DDEBED

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

Shades of Oyster Bay #DDEBED

Tints of Oyster Bay #DDEBED

Color information

#DDEBED (or 0xDDEBED) is unknown color: approx Oyster Bay. HEX triplet: DD, EB and ED. RGB value is (221,235,237). Sum of RGB (Red+Green+Blue) = 221+235+237=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDEBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBED is #221412. Grayscale: #E7E7E7. Windows color (decimal): -2233363 or 15592413. OLE color: 15592413.

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

Color convert

RGB221235237-
CMYK0.070.0100.07
HSL187.5º30.77%89.8%-
HSV(B)187.5º6.75%92.94%-
XYZ74.8180.991.79-
YUV231.04131.36120.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 237 (92.97% from 255) = 34.20%
R=31.89%
G=33.91%
B=34.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212352370.070.0100.07187.530.7789.8
HexDDEBED7107bc1f5a
Octal335353355710727437132
Binary1101110111101011111011011111011110111100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBED; }

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

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

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

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

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

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

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

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