#DCEEEF

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

Shades of Oyster Bay #DCEEEF

Tints of Oyster Bay #DCEEEF

Color information

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

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

Color convert

RGB220238239-
CMYK0.080.0000.06
HSL183.16º37.25%90%-
HSV(B)183.16º7.95%93.73%-
XYZ75.6782.693.62-
YUV232.73131.54118.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202382390.080.0000.06183.1637.2590
HexDCEEEF8006b7255a
Octal3343563571000626745132
Binary110111001110111011101111100000110101101111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEEF; }

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

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

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

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

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

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

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

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