#DCEFF2

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

Shades of Oyster Bay #DCEFF2

Tints of Oyster Bay #DCEFF2

Color information

#DCEFF2 (or 0xDCEFF2) is unknown color: approx Oyster Bay. HEX triplet: DC, EF and F2. RGB value is (220,239,242). Sum of RGB (Red+Green+Blue) = 220+239+242=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEFF2 is #23100D. Grayscale: #E9E9E9. Windows color (decimal): -2297870 or 15921116. OLE color: 15921116.

HSL color Cylindrical-coordinate representation of color #DCEFF2: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEFF2 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220239242-
CMYK0.090.0100.05
HSL188.18º45.83%90.59%-
HSV(B)188.18º9.09%94.9%-
XYZ76.4183.3696.07-
YUV233.66132.71118.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 242 (94.92% from 255) = 34.52%
R=31.38%
G=34.09%
B=34.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202392420.090.0100.05188.1845.8390.59
HexDCEFF29105bc2e5b
Octal3343573621110527456133
Binary110111001110111111110010100110101101111001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFF2; }

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

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

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

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

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

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

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

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