#DCEEED

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

Shades of Oyster Bay #DCEEED

Tints of Oyster Bay #DCEEED

Color information

#DCEEED (or 0xDCEEED) is unknown color: approx Oyster Bay. HEX triplet: DC, EE and ED. RGB value is (220,238,237). Sum of RGB (Red+Green+Blue) = 220+238+237=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEED is #231112. Grayscale: #E8E8E8. Windows color (decimal): -2298131 or 15593180. OLE color: 15593180.

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

Color convert

RGB220238237-
CMYK0.0800.000.07
HSL176.67º34.62%89.8%-
HSV(B)176.67º7.56%93.33%-
XYZ75.3882.4892.07-
YUV232.5130.54119.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.65%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=31.65%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2202382370.0800.000.07176.6734.6289.8
HexDCEEED8007b1235a
Octal3343563551000726143132
Binary110111001110111011101101100000111101100011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEED; }

 p { color: rgb(220,238,237); }

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

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

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

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

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

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

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