#DDECEC

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

Shades of Oyster Bay #DDECEC

Tints of Oyster Bay #DDECEC

Color information

#DDECEC (or 0xDDECEC) is unknown color: approx Oyster Bay. HEX triplet: DD, EC and EC. RGB value is (221,236,236). Sum of RGB (Red+Green+Blue) = 221+236+236=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #DDECEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECEC is #221313. Grayscale: #E7E7E7. Windows color (decimal): -2233108 or 15527133. OLE color: 15527133.

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

Color convert

RGB221236236-
CMYK0.06000.07
HSL180º28.3%89.61%-
HSV(B)180º6.36%92.55%-
XYZ74.9581.4291.12-
YUV231.52130.53120.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 236 (92.58% from 255) = 34.05%
R=31.89%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362360.06000.0718028.389.61
HexDDECEC6007b41c5a
Octal335354354600726434132
Binary1101110111101100111011001100011110110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECEC; }

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

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

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

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

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

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

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

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