#DCEFEE

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

Shades of Oyster Bay #DCEFEE

Tints of Oyster Bay #DCEFEE

Color information

#DCEFEE (or 0xDCEFEE) is unknown color: approx Oyster Bay. HEX triplet: DC, EF and EE. RGB value is (220,239,238). Sum of RGB (Red+Green+Blue) = 220+239+238=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 238 (93.36% from 255 or 34.15% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFEE is #231011. Grayscale: #E9E9E9. Windows color (decimal): -2297874 or 15658972. OLE color: 15658972.

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

Color convert

RGB220239238-
CMYK0.0800.000.06
HSL176.84º37.25%90%-
HSV(B)176.84º7.95%93.73%-
XYZ75.8183.1292.94-
YUV233.2130.71118.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.56%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 238 (93.36% from 255) = 34.15%
R=31.56%
G=34.29%
B=34.15%

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
Decimal2202392380.0800.000.06176.8437.2590
HexDCEFEE8006b1255a
Octal3343573561000626145132
Binary110111001110111111101110100000110101100011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFEE; }

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

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

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

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

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

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

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

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