#CEF0EF

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

Shades of Oyster Bay #CEF0EF

Tints of Oyster Bay #CEF0EF

Color information

#CEF0EF (or 0xCEF0EF) is unknown color: approx Oyster Bay. HEX triplet: CE, F0 and EF. RGB value is (206,240,239). Sum of RGB (Red+Green+Blue) = 206+240+239=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0EF is #310F10. Grayscale: #E5E5E5. Windows color (decimal): -3215121 or 15724750. OLE color: 15724750.

HSL color Cylindrical-coordinate representation of color #CEF0EF: hue angle of 178.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0EF is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB206240239-
CMYK0.1400.000.06
HSL178.24º53.12%87.45%-
HSV(B)178.24º14.17%94.12%-
XYZ72.1981.6793.62-
YUV229.72133.24111.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.07%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=30.07%
G=35.04%
B=34.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402390.1400.000.06178.2453.1287.45
HexCEF0EFE006b23557
Octal3163603571600626265127
Binary110011101111000011101111111000110101100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0EF; }

 p { color: rgb(206,240,239); }

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

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

 a { background-color: rgb(206,240,239); }

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

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

 span { border-color: rgb(206,240,239); }

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