#DCF0EF

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

Shades of Oyster Bay #DCF0EF

Tints of Oyster Bay #DCF0EF

Color information

#DCF0EF (or 0xDCF0EF) is unknown color: approx Oyster Bay. HEX triplet: DC, F0 and EF. RGB value is (220,240,239). Sum of RGB (Red+Green+Blue) = 220+240+239=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0EF is #230F10. Grayscale: #E9E9E9. Windows color (decimal): -2297617 or 15724764. OLE color: 15724764.

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

Color convert

RGB220240239-
CMYK0.0800.000.06
HSL177º40%90.2%-
HSV(B)177º8.33%94.12%-
XYZ76.2683.7793.81-
YUV233.91130.87118.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 239 (93.75% from 255) = 34.19%
R=31.47%
G=34.33%
B=34.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402390.0800.000.061774090.2
HexDCF0EF8006b1285a
Octal3343603571000626150132
Binary110111001111000011101111100000110101100011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0EF; }

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

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

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

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

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

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

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

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