#CFF0EF

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

Shades of Oyster Bay #CFF0EF

Tints of Oyster Bay #CFF0EF

Color information

#CFF0EF (or 0xCFF0EF) is unknown color: approx Oyster Bay. HEX triplet: CF, F0 and EF. RGB value is (207,240,239). Sum of RGB (Red+Green+Blue) = 207+240+239=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF0EF is #300F10. Grayscale: #E5E5E5. Windows color (decimal): -3149585 or 15724751. OLE color: 15724751.

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

Color convert

RGB207240239-
CMYK0.1400.000.06
HSL178.18º52.38%87.65%-
HSV(B)178.18º13.75%94.12%-
XYZ72.4781.8293.63-
YUV230.02133.07111.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.17%
GREEN value IS 240 (94.14% from 255) = 34.99%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=30.17%
G=34.99%
B=34.84%

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
Decimal2072402390.1400.000.06178.1852.3887.65
HexCFF0EFE006b23458
Octal3173603571600626264130
Binary110011111111000011101111111000110101100101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0EF; }

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

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

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

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

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

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

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

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