#CFEEF2

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

Shades of Oyster Bay #CFEEF2

Tints of Oyster Bay #CFEEF2

Color information

#CFEEF2 (or 0xCFEEF2) is unknown color: approx Oyster Bay. HEX triplet: CF, EE and F2. RGB value is (207,238,242). Sum of RGB (Red+Green+Blue) = 207+238+242=687 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.13% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEF2 is #30110D. Grayscale: #E5E5E5. Windows color (decimal): -3150094 or 15920847. OLE color: 15920847.

HSL color Cylindrical-coordinate representation of color #CFEEF2: hue angle of 186.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEEF2 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207238242-
CMYK0.140.0200.05
HSL186.86º57.38%88.04%-
HSV(B)186.86º14.46%94.9%-
XYZ72.3380.8395.79-
YUV229.19135.23112.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.13%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=30.13%
G=34.64%
B=35.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072382420.140.0200.05186.8657.3888.04
HexCFEEF2E205bb3958
Octal3173563621620527371130
Binary1100111111101110111100101110100101101110111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEF2; }

 p { color: rgb(207,238,242); }

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

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

 a { background-color: rgb(207,238,242); }

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

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

 span { border-color: rgb(207,238,242); }

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