#DCF2F1

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

Shades of Oyster Bay #DCF2F1

Tints of Oyster Bay #DCF2F1

Color information

#DCF2F1 (or 0xDCF2F1) is unknown color: approx Oyster Bay. HEX triplet: DC, F2 and F1. RGB value is (220,242,241). Sum of RGB (Red+Green+Blue) = 220+242+241=703 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.29% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2F1 is #230D0E. Grayscale: #EBEBEB. Windows color (decimal): -2297103 or 15856348. OLE color: 15856348.

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

Color convert

RGB220242241-
CMYK0.0900.000.05
HSL177.27º45.83%90.59%-
HSV(B)177.27º9.09%94.9%-
XYZ77.1485.0795.57-
YUV235.31131.21117.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.29%
GREEN value IS 242 (94.92% from 255) = 34.42%
BLUE value IS 241 (94.53% from 255) = 34.28%
R=31.29%
G=34.42%
B=34.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422410.0900.000.05177.2745.8390.59
HexDCF2F19005b12e5b
Octal3343623611100526156133
Binary110111001111001011110001100100101101100011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2F1; }

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

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

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

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

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

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

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

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