#DCEEF0

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

Shades of Oyster Bay #DCEEF0

Tints of Oyster Bay #DCEEF0

Color information

#DCEEF0 (or 0xDCEEF0) is unknown color: approx Oyster Bay. HEX triplet: DC, EE and F0. RGB value is (220,238,240). Sum of RGB (Red+Green+Blue) = 220+238+240=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEF0 is #23110F. Grayscale: #E8E8E8. Windows color (decimal): -2298128 or 15789788. OLE color: 15789788.

HSL color Cylindrical-coordinate representation of color #DCEEF0: hue angle of 186º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEF0 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220238240-
CMYK0.080.0100.06
HSL186º40%90.2%-
HSV(B)186º8.33%94.12%-
XYZ75.8282.6694.4-
YUV232.85132.04118.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=31.52%
G=34.10%
B=34.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202382400.080.0100.061864090.2
HexDCEEF08106ba285a
Octal3343563601010627250132
Binary110111001110111011110000100010110101110101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEF0; }

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

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

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

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

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

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

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

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